Skip to content

Commit

Permalink
See if this makes things green for Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Aug 13, 2011
1 parent 4776dcd commit 07f7d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/thinking_sphinx_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
end

it "should remember changes to the Context instance" do
models = ThinkingSphinx.context.indexed_models
models = ThinkingSphinx.context.indexed_models.clone

ThinkingSphinx.context.indexed_models.replace([:model])
ThinkingSphinx.context.indexed_models.should == [:model]
Expand Down

0 comments on commit 07f7d64

Please sign in to comment.