spec/account_spec.rb in cradlepoint-0.1.0 vs spec/account_spec.rb in cradlepoint-0.1.1

- old
+ new

@@ -5,10 +5,10 @@ context 'without an id' do let(:account) { Cradlepoint::Account.new } before do - authenticate_with_valid_credentials + login account.id end after { logout }