Skip to content

Commit c718ad7

Browse files
committed
Add rails-controller-testing gem
1 parent ff11c79 commit c718ad7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ gem 'sshkey'
3434
group :development, :test do
3535
gem 'rspec'
3636
gem 'rspec-rails', '~> 3.5', '>= 3.5.2'
37+
gem 'rails-controller-testing'
3738

3839
gem 'shoulda', '~> 3.5.0'
3940
gem 'shoulda-context'

0 commit comments

Comments
 (0)