Skip to content

Instantly share code, notes, and snippets.

@cantonic
Created January 19, 2015 17:41
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 cantonic/1bab6dfd7f7cd080b3ba to your computer and use it in GitHub Desktop.
Save cantonic/1bab6dfd7f7cd080b3ba to your computer and use it in GitHub Desktop.
using Rails 4.1.9 on ruby 2.2.0
➜ ravioli git:(final-touch) ✗ rspec spec/features/navigation_spec.rb
/Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/fog-core-1.24.0/lib/fog/core/collection.rb:148: warning: circular argument reference - filters
/Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/fog-1.24.0/lib/fog/rackspace/mock_data.rb:42: warning: duplicated key at line 80 ignored: "name"
Setting up the application without customisations (NO presentation mode).
skipping fog configuration
/Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/actionpack-4.1.9/lib/abstract_controller/helpers.rb:154:in `rescue in block in modules_for_helpers': Missing helper file helpers//users/cantonic/sites/ravioli/app/helpers/application_helper.rb_helper.rb (AbstractController::Helpers::MissingHelperError)
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/actionpack-4.1.9/lib/abstract_controller/helpers.rb:151:in `block in modules_for_helpers'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/actionpack-4.1.9/lib/abstract_controller/helpers.rb:147:in `map!'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/actionpack-4.1.9/lib/abstract_controller/helpers.rb:147:in `modules_for_helpers'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/actionpack-4.1.9/lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/actionpack-4.1.9/lib/abstract_controller/helpers.rb:111:in `helper'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/actionpack-4.1.9/lib/action_controller/railties/helpers.rb:17:in `inherited'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/actionview-4.1.9/lib/action_view/test_case.rb:9:in `<class:TestCase>'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/actionview-4.1.9/lib/action_view/test_case.rb:8:in `<module:ActionView>'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/actionview-4.1.9/lib/action_view/test_case.rb:6:in `<top (required)>'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/rspec-rails-3.1.0/lib/rspec/rails/example/helper_example_group.rb:9:in `<module:HelperExampleGroup>'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/rspec-rails-3.1.0/lib/rspec/rails/example/helper_example_group.rb:6:in `<module:Rails>'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/rspec-rails-3.1.0/lib/rspec/rails/example/helper_example_group.rb:4:in `<module:RSpec>'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/rspec-rails-3.1.0/lib/rspec/rails/example/helper_example_group.rb:3:in `<top (required)>'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/activesupport-4.1.9/lib/active_support/dependencies.rb:247:in `require'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/activesupport-4.1.9/lib/active_support/dependencies.rb:247:in `block in require'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/activesupport-4.1.9/lib/active_support/dependencies.rb:232:in `load_dependency'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/activesupport-4.1.9/lib/active_support/dependencies.rb:247:in `require'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/rspec-rails-3.1.0/lib/rspec/rails/example.rb:4:in `<top (required)>'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/activesupport-4.1.9/lib/active_support/dependencies.rb:247:in `require'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/activesupport-4.1.9/lib/active_support/dependencies.rb:247:in `block in require'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/activesupport-4.1.9/lib/active_support/dependencies.rb:232:in `load_dependency'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/activesupport-4.1.9/lib/active_support/dependencies.rb:247:in `require'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/rspec-rails-3.1.0/lib/rspec/rails.rb:8:in `<top (required)>'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/activesupport-4.1.9/lib/active_support/dependencies.rb:247:in `require'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/activesupport-4.1.9/lib/active_support/dependencies.rb:247:in `block in require'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/activesupport-4.1.9/lib/active_support/dependencies.rb:232:in `load_dependency'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/activesupport-4.1.9/lib/active_support/dependencies.rb:247:in `require'
from /Users/cantonic/sites/ravioli/spec/rails_helper.rb:5:in `<top (required)>'
from /Users/cantonic/sites/ravioli/spec/features/navigation_spec.rb:1:in `require'
from /Users/cantonic/sites/ravioli/spec/features/navigation_spec.rb:1:in `<top (required)>'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/rspec-core-3.1.7/lib/rspec/core/configuration.rb:1105:in `load'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/rspec-core-3.1.7/lib/rspec/core/configuration.rb:1105:in `block in load_spec_files'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/rspec-core-3.1.7/lib/rspec/core/configuration.rb:1105:in `each'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/rspec-core-3.1.7/lib/rspec/core/configuration.rb:1105:in `load_spec_files'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:96:in `setup'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:84:in `run'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:69:in `run'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:37:in `invoke'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/gems/rspec-core-3.1.7/exe/rspec:4:in `<top (required)>'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/bin/rspec:23:in `load'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/bin/rspec:23:in `<main>'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/bin/ruby_executable_hooks:15:in `eval'
from /Users/cantonic/.rvm/gems/ruby-2.2.0@ravioli/bin/ruby_executable_hooks:15:in `<main>'
@rikas
Copy link

rikas commented Mar 18, 2015

Hi,

I'm also having problems with this app/helpers/application_helper.rb_helper.rb strange thing. Did you manage to solve it?

Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment