Skip to content

Instantly share code, notes, and snippets.

@monde
Created November 18, 2009 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save monde/237938 to your computer and use it in GitHub Desktop.
Save monde/237938 to your computer and use it in GitHub Desktop.
# shoulda validation that a partial has been rendered by a view
class Test::Unit::TestCase
def self.should_render_partial(partial)
should "render partial #{partial.inspect}" do
assert_template :partial => partial.to_s
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment