spec/steam_spec.rb in steam-api-1.0.0 vs spec/steam_spec.rb in steam-api-1.0.1

- old
+ new

@@ -23,11 +23,6 @@ old = Steam.apikey Steam.apikey = 'blah' Steam.apikey.should_not == old Steam.apikey.should == 'blah' end - - it 'should update the ENV variable if set' do - Steam.apikey = 'test' - ENV['STEAM_API_KEY'].should == 'test' - end end