public
Fork of vigetlabs/helper_me_test
Description: Providing quick and easy ways to create and write tests for your Rails helpers.
Clone URL: git://github.com/brianjlandau/helper_me_test.git
helper_me_test / init.rb
100644 9 lines (6 sloc) 0.29 kb
1
2
3
4
5
6
7
8
9
require 'helper_me_test'
 
ActionView::TestCase.send :include, HelperMeTest::Assertions::TagAssertions
ActionView::TestCase.send :include, HelperMeTest::Assertions::SelectorAssertions
if defined? Hpricot
  ActionView::TestCase.send :include, HelperMeTest::Assertions::HpricotAssertions
end