Module | ActionController |
In: |
lib/action-nokogiri.rb
|
to use this in your Rails view or controller tests, simply:
require ‘action-nokogiri‘
class KittehControllerTest < ActionController::TestCase def test_i_can_does_test_with_nokogiri
get(:index, {:wants => "cheezburgers"}) assert @response.html.at("h2.lolcats")
end