Skip to content

Instantly share code, notes, and snippets.

@scottharvey
Created February 13, 2010 02:30
Show Gist options
  • Save scottharvey/303203 to your computer and use it in GitHub Desktop.
Save scottharvey/303203 to your computer and use it in GitHub Desktop.
$ ./script/spec spec
/Users/harvinius/Sites/checkpoint_server/spec/spec_helper.rb:12: undefined method `use_transactional_fixtures=' for #<Spec::Runner::Configuration:0x236598c> (NoMethodError)
from /Users/harvinius/Sites/checkpoint_server/vendor/gems/rspec-1.3.0/lib/spec/runner.rb:41:in `configure'
from /Users/harvinius/Sites/checkpoint_server/spec/spec_helper.rb:8
from /Users/harvinius/Sites/checkpoint_server/spec/controllers/participations_controller_spec.rb:1:in `require'
from /Users/harvinius/Sites/checkpoint_server/spec/controllers/participations_controller_spec.rb:1
from /Users/harvinius/Sites/checkpoint_server/vendor/gems/rspec-1.3.0/lib/spec/runner/example_group_runner.rb:15:in `load'
from /Users/harvinius/Sites/checkpoint_server/vendor/gems/rspec-1.3.0/lib/spec/runner/example_group_runner.rb:15:in `load_files'
from /Users/harvinius/Sites/checkpoint_server/vendor/gems/rspec-1.3.0/lib/spec/runner/example_group_runner.rb:14:in `each'
from /Users/harvinius/Sites/checkpoint_server/vendor/gems/rspec-1.3.0/lib/spec/runner/example_group_runner.rb:14:in `load_files'
from /Users/harvinius/Sites/checkpoint_server/vendor/gems/rspec-1.3.0/lib/spec/runner/options.rb:133:in `run_examples'
from /Users/harvinius/Sites/checkpoint_server/vendor/gems/rspec-1.3.0/lib/spec/runner/command_line.rb:9:in `run'
from ./script/spec:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment