bragi-app 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/test/app_test.rb +1 -1
  2. metadata +2 -2
@@ -59,7 +59,7 @@ class AppTest < ActiveSupport::TestCase
59
59
  end
60
60
 
61
61
  test "should be frozen" do
62
- assert_raise(RuntimeError) { App.config["loaded_at"] = Time.now }
62
+ assert_raise(TypeError) { App.config["loaded_at"] = Time.now }
63
63
  end
64
64
 
65
65
  test "should ignore null nested keys" do
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 6
9
- version: 0.2.6
8
+ - 7
9
+ version: 0.2.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Stephen Celis