Commit 179afb9d68d718b34fb7feb5cf90b668c8af9635
1 parent
90940105
Exists in
master
and in
2 other branches
Moved helper [skip ci]
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
test/support/helpers.rb
test/test_helper.rb
@@ -46,10 +46,6 @@ else | @@ -46,10 +46,6 @@ else | ||
46 | require_relative "support/activerecord" | 46 | require_relative "support/activerecord" |
47 | end | 47 | end |
48 | 48 | ||
49 | -def mongoid? | ||
50 | - defined?(Mongoid) | ||
51 | -end | ||
52 | - | ||
53 | # models | 49 | # models |
54 | Dir["#{__dir__}/models/*"].each do |file| | 50 | Dir["#{__dir__}/models/*"].each do |file| |
55 | require file | 51 | require file |