Skip to content

Commit 409cc67

Browse files
committed
Support testing with Rails 4
1 parent ec1ce0c commit 409cc67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ source 'https://rubygems.org'
22

33
# Specify your gem's dependencies in rspec-rails-caching.gemspec
44
gemspec
5+
6+
group :development do
7+
gem 'actionpack-action_caching'
8+
gem 'actionpack-page_caching'
9+
end

0 commit comments

Comments
 (0)