Skip to content

Commit

Permalink
Fixed undefined method 'assert_dom_equal' by including ActionControll…
Browse files Browse the repository at this point in the history
…er::TestCase::Assertions
  • Loading branch information
p8 committed Jun 1, 2009
1 parent 1be9741 commit 357b1ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/calendar_helper_test.rb
Expand Up @@ -3,6 +3,7 @@
class CalendarHelperTest < Test::Unit::TestCase
include ActionView::Helpers::TextHelper
include ActionView::Helpers::TagHelper
include ActionController::TestCase::Assertions
include CalendarHelper
attr_accessor :output_buffer

Expand Down
1 change: 1 addition & 0 deletions test/table_builder_test.rb
Expand Up @@ -3,6 +3,7 @@
class TableBuilderTest < Test::Unit::TestCase
include ActionView::Helpers::TextHelper
include ActionView::Helpers::TagHelper
include ActionController::TestCase::Assertions
include TableHelper
attr_accessor :output_buffer

Expand Down

0 comments on commit 357b1ca

Please sign in to comment.