Created
November 18, 2008 09:11
-
-
Save xaviershay/26083 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Code/dm-more-sam/dm-migrations (master)$ rake | |
(in /Users/xavier/Code/dm-more-sam/dm-migrations) | |
Loaded suite . | |
Started | |
Finished in 0.000166 seconds. | |
0 tests, 0 assertions, 0 failures, 0 errors | |
rm -r coverage | |
Loaded sqlite3 | |
Loaded mysql | |
............................*.................*.................FF*.......................*..................................................................................................* | |
Pending: | |
Using Adapter sqlite3, DataMapper::Migration defining actions should run the sql passed into the #execute method (Not Yet Implemented) | |
Called from /Users/xavier/Code/dm-more-sam/dm-migrations/spec/integration/migration_spec.rb:107 | |
Using Adapter mysql, DataMapper::Migration defining actions should run the sql passed into the #execute method (Not Yet Implemented) | |
Called from /Users/xavier/Code/dm-more-sam/dm-migrations/spec/integration/migration_spec.rb:107 | |
Using Adapter mysql, DataMapper::Migration version tracking should properly quote the migration's name for use in queries (Not Yet Implemented) | |
Called from /Users/xavier/Code/dm-more-sam/dm-migrations/spec/integration/sql_spec.rb:122 | |
Migration initialization should evaluate the given block (Not Yet Implemented) | |
Called from /Users/xavier/Code/dm-more-sam/dm-migrations/spec/unit/migration_spec.rb:79 | |
SQL module doesnt really do anything (Not Yet Implemented) | |
Called from /Users/xavier/Code/dm-more-sam/dm-migrations/spec/unit/sql_spec.rb:8 | |
1) | |
'Using Adapter mysql, DataMapper::Migration version tracking should properly quote the migration_info table for use in queries' FAILED | |
expected: "\"migration_info\"", | |
got: "`migration_info`" (using ==) | |
/Users/xavier/Code/dm-more-sam/dm-migrations/spec/integration/sql_spec.rb:115: | |
2) | |
'Using Adapter mysql, DataMapper::Migration version tracking should properly quote the migration_info.migration_name column for use in queries' FAILED | |
expected: "\"migration_name\"", | |
got: "`migration_name`" (using ==) | |
/Users/xavier/Code/dm-more-sam/dm-migrations/spec/integration/sql_spec.rb:119: | |
Finished in 0.568855 seconds | |
190 examples, 2 failures, 5 pending |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment