Sha256: c42028a977aee1de9cc42bb697b4a83883b24b0eab793f5a07a790b8601222f8

Contents?: true

Size: 169 Bytes

Versions: 6

Compression:

Stored size: 169 Bytes

Contents

require 'test_helper'

class SimulateControllerTest < ActionController::TestCase
  test "should get failure" do
    get :failure
    assert_response :success
  end

end

Version data entries

6 entries across 6 versions & 5 rubygems

Version Path
exception_logger-0.2.0 test/dummy/test/functional/simulate_controller_test.rb
rails_mongo_logger-0.0.1 test/dummy/test/functional/simulate_controller_test.rb
rails_exception_logger-0.2.2 test/dummy/test/functional/simulate_controller_test.rb
rails_exception_logger-0.2.1 test/dummy/test/functional/simulate_controller_test.rb
uhoh-0.0.1 test/dummy/test/controllers/simulate_controller_test.rb
iwyg_be-0.0.1 test/dummy/test/functional/simulate_controller_test.rb