Sha256: b8bf88a4af18271644ca49e9f343cb6622bd1039a8a2d0b930459cd81f7318b9

Contents?: true

Size: 199 Bytes

Versions: 5

Compression:

Stored size: 199 Bytes

Contents

require 'test_helper'

module PoeRails
  class CheatSheetControllerTest < ActionController::TestCase
    test "should get index" do
      get :index
      assert_response :success
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
poe_rails-0.0.7 test/controllers/poe_rails/cheat_sheet_controller_test.rb
poe_rails-0.0.6 test/controllers/poe_rails/cheat_sheet_controller_test.rb
poe_rails-0.0.4 test/controllers/poe_rails/cheat_sheet_controller_test.rb
poe_rails-0.0.3 test/controllers/poe_rails/cheat_sheet_controller_test.rb
poe_rails-0.0.2 test/controllers/poe_rails/cheat_sheet_controller_test.rb