Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement All Launches #28

Merged
merged 3 commits into from
Oct 11, 2018

Conversation

ludamillion
Copy link
Contributor

  • Add all method to SPACEX::Launches to query all launches endpoint
  • Update SPACEX::BaseRequest to handle a response body which is an array

@rodolfobandeira rodolfobandeira self-assigned this Oct 11, 2018
Copy link
Owner

@rodolfobandeira rodolfobandeira left a comment

Choose a reason for hiding this comment

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

That was great! Can you please just fix the conflict?
Thank you very much @ludamillion

@@ -2,8 +2,11 @@

require 'spec_helper'

RSpec.shared_examples 'Merah Putih' do
Copy link
Owner

Choose a reason for hiding this comment

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

I guess this wasn't suppose to be here. 😃

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hah, yes that was a left over. Fixing that and the Rubocop issues now.

Luke Inglis and others added 2 commits October 10, 2018 22:21
- Add `all` method to `SPACEX::Launches` to query all launches endpoint
- Update `SPACEX::BaseRequest` to handle a response body which is an array
@coveralls
Copy link

coveralls commented Oct 11, 2018

Pull Request Test Coverage Report for Build 41

  • 155 of 155 (100.0%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 39: 0.0%
Covered Lines: 554
Relevant Lines: 554

💛 - Coveralls

For some reason VCR was reporting that there weren't interactions recorded for
certain API calls (ones that I hadn't touched). Temporarily turning the record
mode to `:new_episodes` and re-recording seemed to have addressed the issue.
This solution did however require updating the tests with re-recorded API calls.
@rodolfobandeira rodolfobandeira merged commit 8ab3749 into rodolfobandeira:master Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants