Skip to content

Instantly share code, notes, and snippets.

@oleander
Created February 6, 2011 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oleander/813098 to your computer and use it in GitHub Desktop.
Save oleander/813098 to your computer and use it in GitHub Desktop.
it "should not contain any attributes that contain any html tags" do
@use.each do |subtitle|
[:details, :downloads, :cds, :title, :movie_title, :url].each do |method|
subtitle.send(method).should_not match(/<\/?[^>]*>/)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment