Sha256: 6ad0f0f74f789c1f041146d6343b855e9ad4e86cf76ebeaf58177d5819a3d53a

Contents?: true

Size: 394 Bytes

Versions: 2

Compression:

Stored size: 394 Bytes

Contents

require 'test_helper'

module Boilerman
  class ChecksControllerTest < ActionController::TestCase
    test "should get inheritance_check" do
      get :inheritance_check
      assert_response :success
    end

    test "should get index" do
      get :index
      assert_response :success
    end

    test "should get csrf" do
      get :csrf
      assert_response :success
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
boilerman-0.1.2 test/controllers/boilerman/checks_controller_test.rb
boilerman-0.1.1 test/controllers/boilerman/checks_controller_test.rb