p8 / table_builder

Rails builder for creating tables and calendars inspired by ActionView's FormBuilder.
186 stars 77 forks source link

tests fail on rails 2.3.2 #1

Closed jevado closed 15 years ago

jevado commented 15 years ago

13 tests fail with the following message:

NoMethodError: undefined method `assert_dom_equal'

p8 commented 15 years ago

Fixed Rails 2.3 requires you to include ActionController::TestCase::Assertions in your test