aboutsummaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 8f5d76370c..e799aed339 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -26,5 +26,8 @@ end
Spec::Runner.configure do |config|
config.include(BeLikeMatcher)
+ config.include(ActiveRelation::Relations)
+ config.include(ActiveRelation::Primitives)
+ config.include(ActiveRelation::Predicates)
config.mock_with :rr
end \ No newline at end of file