Skip to content

Commit

Permalink
Required rails-dom-testing in test_case.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Jun 16, 2014
1 parent 6061472 commit 5dc57db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion actionview/lib/action_view/test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
require 'action_controller/test_case'
require 'action_view'

require 'rails-dom-testing'

module ActionView
# = Action View Test Case
class TestCase < ActiveSupport::TestCase
Expand Down Expand Up @@ -34,7 +36,7 @@ module Behavior
extend ActiveSupport::Concern

include ActionDispatch::Assertions, ActionDispatch::TestProcess
include ActionView::Assertions
include Rails::Dom::Testing::Assertions
include ActionController::TemplateAssertions
include ActionView::Context

Expand Down

0 comments on commit 5dc57db

Please sign in to comment.