spec/heroku/scalr/config_spec.rb in heroku-scalr-0.2.3 vs spec/heroku/scalr/config_spec.rb in heroku-scalr-0.2.4

- old
+ new

@@ -9,9 +9,9 @@ its(:defaults) { should eq(api_key: "API_KEY") } it 'should merge defaults into app configurations' do app = subject.apps.first app.should be_instance_of(Heroku::Scalr::App) - app.api.instance_variable_get(:@api_key).should == "API_KEY" + app.api_key.should == "API_KEY" end end \ No newline at end of file