Skip to content

Instantly share code, notes, and snippets.

@doug7410
Created July 20, 2014 23:36
Show Gist options
  • Save doug7410/c051ba842c79c98fc30f to your computer and use it in GitHub Desktop.
Save doug7410/c051ba842c79c98fc30f to your computer and use it in GitHub Desktop.
finds no matches from search
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