Class: Test::Spec::Rails::Template

Inherits:
SpecResponder show all
Defined in:
lib/test/spec/rails/response_helpers.rb

Instance Attribute Summary

Attributes inherited from SpecResponder

#test_case

Instance Method Summary collapse

Methods inherited from SpecResponder

#initialize

Constructor Details

This class inherits a constructor from Test::Spec::Rails::SpecResponder

Instance Method Details

#should_equal(template, message = nil) ⇒ Object



9
10
11
# File 'lib/test/spec/rails/response_helpers.rb', line 9

def should_equal(template, message=nil)
  @test_case.send(:assert_template, template, message)
end