Created
May 5, 2009 09:31
-
-
Save dbussink/106910 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
dirkjan@nvc1372 ~/Documents/projects/do/do_sqlite3 next $ ../../rubinius/bin/rbx -I"spec:lib" ../../rubinius/bin/spec -f s spec/result_spec.rb | |
DataObjects::Sqlite3::Result | |
- should respond to #affected_rows | |
- should respond to #affected_rows | |
DataObjects::Sqlite3::Result affected_rows | |
- should return the number of affected rows | |
DataObjects::Sqlite3::Result insert_id | |
- should return the number of affected rows | |
Finished in 1.318656 seconds | |
4 examples, 0 failures | |
dirkjan@nvc1372 ~/Documents/projects/do/do_sqlite3 next $ ../../rubinius/bin/rbx -I"spec:lib" ../../rubinius/bin/spec spec/result_spec.rb | |
..Bus error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment