diff --git a/spec/motion/core/app_spec.rb b/spec/motion/core/app_spec.rb index 78ea06d3..896f8541 100644 --- a/spec/motion/core/app_spec.rb +++ b/spec/motion/core/app_spec.rb @@ -25,7 +25,7 @@ describe '.alert' do after do - @alert.removeFromSuperview + @alert.dismissWithClickedButtonIndex(@alert.cancelButtonIndex, animated: false) end describe "with only one string argument" do