Skip to content

Commit

Permalink
include ActionController::Assertions::DomAssertions and ActionControl…
Browse files Browse the repository at this point in the history
…ler::TestCase::Assertions for Rails 2.3.2 compatibility
  • Loading branch information
sbecker committed Jun 3, 2009
1 parent dd53890 commit 9d7eeb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/asset_package_helper_development_test.rb
Expand Up @@ -12,6 +12,8 @@
ActionController::Routing::Routes.reload rescue nil

class AssetPackageHelperDevelopmentTest < Test::Unit::TestCase
include ActionController::Assertions::DomAssertions
include ActionController::TestCase::Assertions
include ActionView::Helpers::TagHelper
include ActionView::Helpers::AssetTagHelper
include Synthesis::AssetPackageHelper
Expand Down
2 changes: 2 additions & 0 deletions test/asset_package_helper_production_test.rb
Expand Up @@ -11,6 +11,8 @@
ActionController::Routing::Routes.reload rescue nil

class AssetPackageHelperProductionTest < Test::Unit::TestCase
include ActionController::Assertions::DomAssertions
include ActionController::TestCase::Assertions
include ActionView::Helpers::TagHelper
include ActionView::Helpers::AssetTagHelper
include Synthesis::AssetPackageHelper
Expand Down

0 comments on commit 9d7eeb7

Please sign in to comment.