Sha256: 5e05ff899ce52574e1ac6cf3b835ae9be2ab686aa8746d09dd01700bc862070f

Contents?: true

Size: 242 Bytes

Versions: 3

Compression:

Stored size: 242 Bytes

Contents

require 'test_helper'

class NonStandardControllerTest < ActiveSupport::TestCase
  test "shouldn't crash when there is a controller in the wrong folder" do
    #This should report a warning
    load('dummy/test/test_controller.rb')
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
push_routes-0.0.8 test/non_standard_controller_test.rb
push_routes-0.0.7 test/non_standard_controller_test.rb
push_routes-0.0.6 test/non_standard_controller_test.rb