From 553eb0ad490abc7f85d9836c3ba959ab771d3cf4 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Mon, 14 Jan 2008 10:50:46 -0500 Subject: Remove ActiveRelation sub-modules and refactor specs --- spec/spec_helper.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'spec/spec_helper.rb') 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 -- cgit v1.2.3