Sha256: bd5b85a6414aa08d9526b18ef31f6228b9e6a1355d480e6a5357fda01c19d03a

Contents?: true

Size: 395 Bytes

Versions: 4

Compression:

Stored size: 395 Bytes

Contents

require 'helper'
 
class ApplicationControllerTest < ActionController::TestCase
  tests ApplicationController
 
  context "The controller" do
    should "respond to #respond_with_content" do
      assert_respond_to @controller, :respond_with_content
    end
    
    should "respond to #respond_with_redirect" do
      assert_respond_to @controller, :respond_with_redirect
    end
    
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wiserespond-1.0.1 test/application_controller_test.rb
wiserespond-1.0.0 test/application_controller_test.rb
wiserespond-0.2.0 test/test_controller.rb
wiserespond-0.1.0 test/test_controller.rb