Skip to content

Commit

Permalink
Merge pull request #315 from joneslee85/improve-test
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
Trung Lê committed Aug 8, 2015
2 parents 4bd1bfd + e083924 commit 1996943
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/application_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
end

it 'instantiate new configuration object when inherited' do
backend_app = Backend::Application.new
frontend_app = Frontend::Application.new
coffee_shop_app = CoffeeShop::Application.new
reviews_app = Reviews::Application.new

backend_app.configuration.wont_equal frontend_app.configuration
coffee_shop_app.configuration.wont_equal reviews_app.configuration
end

describe '.configure' do
Expand Down

0 comments on commit 1996943

Please sign in to comment.