Last active
December 18, 2015 17:49
-
-
Save kke/5821571 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
| /usr/local/rvm/gems/ruby-1.8.7-p371/gems/rspec-1.3.2/lib/spec/example/example_group_proxy.rb:8:in `description': | |
| wrong number of arguments (0 for 1) (ArgumentError) | |
| from /usr/local/rvm/gems/ruby-1.8.7-p371/gems/rspec-1.3.2/lib/spec/example/example_group_proxy.rb:8:in `initialize' | |
| from /usr/local/rvm/gems/ruby-1.8.7-p371/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:115:in `new' | |
| from /usr/local/rvm/gems/ruby-1.8.7-p371/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:115:in `notify' | |
| from /usr/local/rvm/gems/ruby-1.8.7-p371/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:96:in `run' | |
| from /usr/local/rvm/gems/ruby-1.8.7-p371/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23:in `run' | |
| from /usr/local/rvm/gems/ruby-1.8.7-p371/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22:in `each' | |
| from /usr/local/rvm/gems/ruby-1.8.7-p371/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22:in `run' | |
| from /usr/local/rvm/gems/ruby-1.8.7-p371/gems/rspec-1.3.2/lib/spec/runner/options.rb:153:in `run_examples' | |
| from /usr/local/rvm/gems/ruby-1.8.7-p371/gems/rspec-1.3.2/lib/spec/run |
Same problem, anyone fix it?
I had the problem when I had both rspec and test-unit in my Gemfile. Taking test-unit out fixed it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the same problem. Did you find a solution?