Skip to content

Instantly share code, notes, and snippets.

@hotgazpacho
Created April 5, 2010 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hotgazpacho/356509 to your computer and use it in GitHub Desktop.
Save hotgazpacho/356509 to your computer and use it in GitHub Desktop.
C:\Users\will.green\dev\shoulda>ir -S rake test
(in C:/Users/will.green/dev/shoulda)
config.gem: Unpacked gem gem_with_macro-0.0.1 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.
DEPRECATION WARNING: Please update config/database.yml to use 'database' instead of 'dbfile'. (called from parse_sqlite_config! at C:/IronRuby/lib/ironruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/connection_adapters/sqlite_adapter.rb:35)
[DEPRECATION] should_have_index is deprecated. Use should_have_db_index instead.
[DEPRECATION] should_have_named_scope is deprecated.
[DEPRECATION] should_have_named_scope is deprecated.
[DEPRECATION] should_have_named_scope is deprecated.
[DEPRECATION] should_have_named_scope is deprecated.
[DEPRECATION] should_have_named_scope is deprecated.
[DEPRECATION] should_have_named_scope is deprecated.
DEPRECATION WARNING: Please update config/database.yml to use 'database' instead of 'dbfile'. (called from parse_sqlite_config! at C:/IronRuby/lib/ironruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/connection_adapters/sqlite_adapter.rb:35)
DEPRECATION WARNING: Disabling sessions for a single controller has been deprecated. Sessions are now lazy loaded. So if you don't access them, consider them off. You can still modify the session cookie options with request.session_options.. (called from C:/Users/will.green/dev/shoulda/test/rails_root/app/controllers/application_controller.rb:6)
[DEPRECATION] should_render_page_with_metadata is deprecated.
[DEPRECATION] should_render_page_with_metadata is deprecated.
[DEPRECATION] should_set_the_flash_to nil is deprecated. Use should_not_set_the_flash instead.
[DEPRECATION] should_render_a_form is deprecated.
DEPRECATION WARNING: Please update config/database.yml to use 'database' instead of 'dbfile'. (called from parse_sqlite_config! at C:/IronRuby/lib/ironruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/connection_adapters/sqlite_adapter.rb:35)
* DEFERRED: Context should pass, since it's unimplemented.
* DEFERRED: Context should not require a block when using should_eventually.
* DEFERRED: Context should pass without a block, as that causes it to piggyback to should_eventually.
* DEFERRED: context for testing should piggybacking should call should_eventually as we are not passing a block.
* DEFERRED: context with nested subcontexts should only print this statement once for a should_eventually.
[DEPRECATION] should_change(expression, options) is deprecated. Use should_change(description, options) { code } instead.
[DEPRECATION] should_change(expression, options) is deprecated. Use should_change(description, options) { code } instead.
[DEPRECATION] should_change(expression, options) is deprecated. Use should_change(description, options) { code } instead.
[DEPRECATION] should_change(expression, options) is deprecated. Use should_change(description, options) { code } instead.
[DEPRECATION] should_not_change(expression) is deprecated. Use should_not_change(description) { code } instead.
[DEPRECATION] should_change(expression, options) is deprecated. Use should_change(description, options) { code } instead.
[DEPRECATION] should_change(expression, options) is deprecated. Use should_change(description, options) { code } instead.
[DEPRECATION] should_change(expression, options) is deprecated. Use should_change(description, options) { code } instead.
[DEPRECATION] should_change(expression, options) is deprecated. Use should_change(description, options) { code } instead.
[DEPRECATION] should_change(expression, options) is deprecated. Use should_change(description, options) { code } instead.
[DEPRECATION] should_change(expression, options) is deprecated. Use should_change(description, options) { code } instead.
* DEFERRED: Context should be able to setup a should eventually in a class method.
* DEFERRED: Should should pass, since it's a should_eventually.
DEPRECATION WARNING: Please update config/database.yml to use 'database' instead of 'dbfile'. (called from parse_sqlite_config! at C:/IronRuby/lib/ironruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/connection_adapters/sqlite_adapter.rb:35)
DEPRECATION WARNING: Please update config/database.yml to use 'database' instead of 'dbfile'. (called from parse_sqlite_config! at C:/IronRuby/lib/ironruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/connection_adapters/sqlite_adapter.rb:35)
Loaded suite C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
............
Finished in 0.766077 seconds.
12 tests, 20 assertions, 0 failures, 0 errors
Loaded suite C:/IronRuby/bin/rake
Started
Finished in 0.007001 seconds.
0 tests, 0 assertions, 0 failures, 0 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment