Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Migrated gym to the new fastlane UI #198

Merged
merged 3 commits into from
Feb 2, 2016
Merged

Migrated gym to the new fastlane UI #198

merged 3 commits into from
Feb 2, 2016

Conversation

KrauseFx
Copy link
Contributor

@KrauseFx KrauseFx commented Feb 2, 2016

Migrated gym to the new fastlane UI

@@ -3,7 +3,7 @@
it "raises an exception when project path wasn't found" do
expect do
Gym.config = FastlaneCore::Configuration.create(Gym::Options.available_options, { project: "/notExistent" })
end.to raise_error "Project file not found at path '/notExistent'".red
end.to raise_error "Project file not found at path '/notExistent'"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how come this doesn't use the new UI class?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a test, using the UI class throws standard exceptions underneath

@ohayon
Copy link
Contributor

ohayon commented Feb 2, 2016

this looks good to me! we should just make sure those ci jobs are green before merging 🚀

@KrauseFx
Copy link
Contributor Author

KrauseFx commented Feb 2, 2016

I don't like broken builds 😢

KrauseFx added a commit that referenced this pull request Feb 2, 2016
Migrated gym to the new fastlane UI
@KrauseFx KrauseFx merged commit c0e86ad into master Feb 2, 2016
@KrauseFx KrauseFx deleted the feature/new-ui branch February 2, 2016 21:31
@fastlane-old fastlane-old locked and limited conversation to collaborators Mar 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants