Skip to content

Instantly share code, notes, and snippets.

@dbussink
Created May 5, 2009 09:31
Show Gist options
  • Save dbussink/106910 to your computer and use it in GitHub Desktop.
Save dbussink/106910 to your computer and use it in GitHub Desktop.
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