Sha256: 7f300b0e76b48e1df5eccd3f892df8dac347c3822f82ae5467c1fee3d9c855c1

Contents?: true

Size: 224 Bytes

Versions: 3

Compression:

Stored size: 224 Bytes

Contents

require 'test_helper'

class C2ControllerTest < ActionController::TestCase

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

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

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
backstack-0.3.0 test/rails_root/test/functional/c2_controller_test.rb
backstack-0.2.0 test/rails_root/test/functional/c2_controller_test.rb
backstack-0.1.0 test/rails_root/test/functional/c2_controller_test.rb