Skip to content

Instantly share code, notes, and snippets.

@rmw
Last active August 29, 2015 14:05
Show Gist options
  • Save rmw/c23bb4016869d4a3f5fa to your computer and use it in GitHub Desktop.
Save rmw/c23bb4016869d4a3f5fa to your computer and use it in GitHub Desktop.
Rspec 3 upgrade - controller error
Failure/Error: get :index
NoMethodError:
undefined method `get' for #<RSpec::ExampleGroups::TodosController::Index:0x007f8a8f981b80>
RSpec.configure do |config|
config.infer_spec_type_from_file_location!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment