Sha256: 1c8a85b030e38827dabe72ed87f74558c21790fc39ede9e7d20c2203da177115

Contents?: true

Size: 375 Bytes

Versions: 5

Compression:

Stored size: 375 Bytes

Contents

require 'test_helper'

module Adherent
  class ReglementsControllerTest < ActionController::TestCase
    test "should get index" do
      get :index
      assert_response :success
    end
  
    test "should get new" do
      get :new
      assert_response :success
    end
  
    test "should get show" do
      get :show
      assert_response :success
    end
  
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
adherent-0.1.0 test/functional/adherent/reglements_controller_test.rb
adherent-0.0.9 test/functional/adherent/reglements_controller_test.rb
adherent-0.0.7 test/functional/adherent/reglements_controller_test.rb
adherent-0.0.6 test/functional/adherent/reglements_controller_test.rb
adherent-0.0.5 test/functional/adherent/reglements_controller_test.rb