Skip to content

Instantly share code, notes, and snippets.

@eric
Created April 27, 2012 19:42
Show Gist options
  • Save eric/2512217 to your computer and use it in GitHub Desktop.
Save eric/2512217 to your computer and use it in GitHub Desktop.
class ActionController::TestCase
def assert_select_with_silence_warnings(*args)
silence_warnings do
assert_select_without_silence_warnings(*args)
end
end
alias_method_chain :assert_select, :silence_warnings
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment