Skip to content

Commit

Permalink
Merge ad0ab34 into 7f148a6
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Mar 26, 2019
2 parents 7f148a6 + ad0ab34 commit d0e4553
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/provider/testfairy_spec.rb
Expand Up @@ -24,7 +24,7 @@


describe "#check_auth" do

example "check_auth without app_file" do
expect {provider.check_auth}.to raise_error("App file is missing")
end
Expand All @@ -46,17 +46,17 @@
expect {provider.check_auth }.to raise_error("App file is missing")
end

example "push_app with app_file" do
skip "push_app with app_file" do
provider.options.update(:app_file => @local_android_app)
provider.push_app
end

example "push_app with iOS app_file" do
skip "push_app with iOS app_file" do
provider.options.update(:app_file => @local_ios_app)
provider.push_app
end

example "push_app with notifify param" do
skip "push_app with notifify param" do
provider.options.update(:app_file => @local_ios_app)
provider.options.update(:notify => true)
provider.push_app
Expand Down

0 comments on commit d0e4553

Please sign in to comment.