You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s=Scenario.last# At this point the scenario doesn't have any setting valuess.settings.google.daily_budget='1's.save!s.settings.yahoo.daily_budget# => nil, which is corrects.settings.yahoo# => {:daily_budget=>"1"}, wrong
The text was updated successfully, but these errors were encountered:
To reproduce this issue:
The text was updated successfully, but these errors were encountered: