Skip to content

Commit

Permalink
Removing some test 'puts' statements from the index spec
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Jun 24, 2008
1 parent 1ac3a1f commit 19c7541
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/unit/thinking_sphinx/index_spec.rb
Expand Up @@ -179,12 +179,10 @@
@index.stub_method(:adapter => :postgres)

@index.to_sql_query_range.should match(/COALESCE\(MIN.+COALESCE\(MAX/)
puts @index.to_sql_query_range
end

it "shouldn't add COALESCE if using MySQL" do
@index.to_sql_query_range.should_not match(/COALESCE/)
puts @index.to_sql_query_range
end
end

Expand Down

0 comments on commit 19c7541

Please sign in to comment.