Skip to content

Instantly share code, notes, and snippets.

@kke
Last active December 18, 2015 17:49
Show Gist options
  • Select an option

  • Save kke/5821571 to your computer and use it in GitHub Desktop.

Select an option

Save kke/5821571 to your computer and use it in GitHub Desktop.
/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
@haobole
Copy link
Copy Markdown

haobole commented Jul 24, 2013

I have the same problem. Did you find a solution?

@SeanRoberts
Copy link
Copy Markdown

Same problem, anyone fix it?

@JasonBarnabe
Copy link
Copy Markdown

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