Skip to content

Instantly share code, notes, and snippets.

@tomtt
Created April 1, 2009 10:26
Show Gist options
  • Save tomtt/88635 to your computer and use it in GitHub Desktop.
Save tomtt/88635 to your computer and use it in GitHub Desktop.
>: rake
(in /Users/tomtt/created/projects/five/lather)
Finished in 0.004454 seconds
0 examples, 0 failures
/opt/local/lib/ruby/gems/1.8/gems/dchelimsky-rspec-1.1.99.13/lib/spec/example/example_group_methods.rb:214:in `initialize': wrong number of arguments (2 for 1) (ArgumentError)
from /opt/local/lib/ruby/gems/1.8/gems/dchelimsky-rspec-1.1.99.13/lib/spec/example/example_group_methods.rb:214:in `new'
from /opt/local/lib/ruby/gems/1.8/gems/dchelimsky-rspec-1.1.99.13/lib/spec/example/example_group_methods.rb:214:in `execute_examples'
from /opt/local/lib/ruby/gems/1.8/gems/dchelimsky-rspec-1.1.99.13/lib/spec/example/example_group_methods.rb:213:in `each'
from /opt/local/lib/ruby/gems/1.8/gems/dchelimsky-rspec-1.1.99.13/lib/spec/example/example_group_methods.rb:213:in `execute_examples'
from /opt/local/lib/ruby/gems/1.8/gems/dchelimsky-rspec-1.1.99.13/lib/spec/example/example_group_methods.rb:104:in `run'
from /opt/local/lib/ruby/gems/1.8/gems/dchelimsky-rspec-1.1.99.13/lib/spec/runner/example_group_runner.rb:23:in `run'
from /opt/local/lib/ruby/gems/1.8/gems/dchelimsky-rspec-1.1.99.13/lib/spec/runner/example_group_runner.rb:22:in `each'
from /opt/local/lib/ruby/gems/1.8/gems/dchelimsky-rspec-1.1.99.13/lib/spec/runner/example_group_runner.rb:22:in `run'
from /opt/local/lib/ruby/gems/1.8/gems/dchelimsky-rspec-1.1.99.13/lib/spec/runner/options.rb:107:in `run_examples'
from /opt/local/lib/ruby/gems/1.8/gems/dchelimsky-rspec-1.1.99.13/lib/spec/runner/command_line.rb:9:in `run'
from /opt/local/lib/ruby/gems/1.8/gems/dchelimsky-rspec-1.1.99.13/bin/spec:4
rake aborted!
Command /opt/local/bin/ruby -I"/opt/local/lib/ruby/gems/1.8/gems/dchelimsky-rspec-1.1.99.13/lib" "/opt/local/lib/ruby/gems/1.8/gems/dchelimsky-rspec-1.1.99.13/bin/spec" "spec/controllers/access_control_spec.rb" "spec/controllers/admin/admin_controller_spec.rb" "spec/controllers/admin/frames/images_controller_spec.rb" "spec/controllers/admin/galleries_controller_spec.rb" "spec/controllers/admin/images_controller_spec.rb" "spec/controllers/admin/news_articles_controller_spec.rb" "spec/controllers/admin/promos_controller_spec.rb" "spec/controllers/admin/shows_controller_spec.rb" "spec/controllers/admin/users_controller_spec.rb" "spec/controllers/admin/video_articles_controller_spec.rb" "spec/controllers/authenticated_system_spec.rb" "spec/controllers/galleries_controller_spec.rb" "spec/controllers/home_controller_spec.rb" "spec/controllers/news_articles_controller_spec.rb" "spec/controllers/role_authorization_spec.rb" "spec/controllers/search_controller_spec.rb" "spec/controllers/sessions_controller_spec.rb" "spec/controllers/show_controller_spec.rb" "spec/helpers/admin/advertorial_teasers_helper_spec.rb" "spec/helpers/admin/articles_helper_spec.rb" "spec/helpers/admin/shows_helper_spec.rb" "spec/helpers/articles_helper_spec.rb" "spec/helpers/breadcrumb_helper_spec.rb" "spec/helpers/five_components_helper_spec.rb" "spec/helpers/unanimis_helper_spec.rb" "spec/helpers/users_helper_spec.rb" "spec/models/article_associated_image_spec.rb" "spec/models/article_spec.rb" "spec/models/gallery_spec.rb" "spec/models/image_spec.rb" "spec/models/news_article_spec.rb" "spec/models/promo_spec.rb" "spec/models/show_article_spec.rb" "spec/models/show_spec.rb" "spec/models/user_spec.rb" "spec/models/video_article_spec.rb" "spec/static/static_assets_spec.rb" --options "/Users/tomtt/created/projects/five/lather/spec/spec.opts" failed
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment