Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: avoid flaps with Koala.configure #665

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/support/koala_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ def self.setup_rspec
@token = KoalaTest.oauth_token
allow(Koala::Utils).to receive(:deprecate) # never fire deprecation warnings
# Clean up Koala config
Koala.reset_config
end

config.after :each do
Koala.reset_config
# if we're working with a real user, clean up any objects posted to Facebook
# no need to do so for test users, since they get deleted at the end
if @temporary_object_id && KoalaTest.real_user?
Expand Down