Skip to content

Commit

Permalink
Update acts-as-messageable_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
CV-Gate committed Jan 4, 2015
1 parent 1b024a3 commit 97355f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acts-as-messageable_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
end

it "bob should be able to search text from messages" do
recordset = @bob.messages.search("I am fine")
recordset = @bob.messages.text_search("I am fine")
recordset.count.should == 1
recordset.should_not be_nil
end
Expand Down

0 comments on commit 97355f7

Please sign in to comment.