Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Add rails-controller-testing gem to test group
Browse files Browse the repository at this point in the history
This is needed to have tests that check `assigns` in Rails 5.

Unfortunately, this gem needs to be in the Gemfile for it to be picked
up by RSpec.
  • Loading branch information
stewart committed Sep 1, 2016
1 parent 93c781c commit eb52740
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ gem 'solidus', github: 'solidusio/solidus'
# Provides basic authentication functionality for testing parts of your engine
gem 'solidus_auth_devise', '~> 1.0'

group :test do
gem 'rails-controller-testing'
end

gemspec

0 comments on commit eb52740

Please sign in to comment.