Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Liebowitz committed Apr 20, 2018
1 parent 08855f2 commit 71c0835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ public/.dist/*
**/node_modules/*
package-lock.json
npm-debug.log
fastlane/README.md
fastlane/report.xml

# from https://github.com/github/gitignore/blob/master/Ruby.gitignore

Expand Down
2 changes: 1 addition & 1 deletion spec/services/configuration_respository_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
let(:bot_client) { double("Bot Client", login: true) }
let(:invitation) { double("Invitation", id: "12345678") }
let(:service) do
FastlaneCI::ConfigurationRepositoryService.new(double("Credentials", api_token: "abc123"))
FastlaneCI::ConfigurationRepositoryService.new(provider_credential: double("Credentials", api_token: "abc123"))
end

before do
Expand Down

0 comments on commit 71c0835

Please sign in to comment.