Skip to content

Instantly share code, notes, and snippets.

@lmarburger
Created January 5, 2009 15:40
Show Gist options
  • Save lmarburger/43439 to your computer and use it in GitHub Desktop.
Save lmarburger/43439 to your computer and use it in GitHub Desktop.
# How awful is this hack?
should "work" do
@response = OpenStruct.new(:body => some_helper_method)
assert_select 'div'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment