Sha256: 5d6bc815b66485bb405e540722a943530737d0896dfeee26e62aff14f2979352

Contents?: true

Size: 256 Bytes

Versions: 1

Compression:

Stored size: 256 Bytes

Contents

require 'test_helper'

class ConfigTest < TestCase

  def test_should_return_default_configuration
    config = ExceptionsApp::Config.new
    assert_equal ["production"], config.envs
    assert_equal ["/404", "/422", "/500"], config.errors_path
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
exceptions_app-0.0.1 test/lib/config_test.rb