Created
July 20, 2014 23:36
-
-
Save doug7410/c051ba842c79c98fc30f to your computer and use it in GitHub Desktop.
finds no matches from search
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
it "finds no matches from search" do | |
expect(Video.search_by_title('family')).to eq(nil) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment