Skip to content

Commit a29ba47

Browse files
committed
Explicitly require rspec/rails dependency before loading\n\nFixes #1
1 parent c7d74b2 commit a29ba47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/rspec-rails-caching.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'rspec/rails'
2+
13
require_relative 'rspec-rails-caching/version'
24
require_relative 'rspec-rails-caching/matchers'
35
require_relative 'rspec-rails-caching/test_store'

0 commit comments

Comments
 (0)