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.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index e799aed339..ab9a14f3bd 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -9,7 +9,7 @@ ActiveRecord::Base.configurations = {
'sql_algebra_test' => {
:adapter => 'mysql',
:username => 'root',
- :password => 'password',
+ :password => '',
:encoding => 'utf8',
:database => 'sql_algebra_test',
},
@@ -26,8 +26,5 @@ 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