Skip to content

nucleotide-count: Rewrite to use hspec with fail-fast. #226

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

Merged
merged 1 commit into from
Jul 29, 2016
Merged

nucleotide-count: Rewrite to use hspec with fail-fast. #226

merged 1 commit into from
Jul 29, 2016

Conversation

rbasso
Copy link
Contributor

@rbasso rbasso commented Jul 26, 2016

  • Rewrite to use hspec with fail-fast.
  • Change tests to make them more polymorphic.

Related to #211.

- Rewrite to use hspec with fail-fast.
- Change tests to make them more polymorphic.
@rbasso rbasso merged commit fec4a29 into exercism:hspec-fail-fast Jul 29, 2016
@rbasso rbasso deleted the hspec-nucleotide-count branch July 29, 2016 16:32
, ('G', 0)
, ('T', 0) ]

it "repetitive-sequence-has-only-guanosine" $
Copy link
Member

Choose a reason for hiding this comment

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

why the dashes?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have no idea! This came from the original implementation from 2013-08-19. I just adapted the test cases to use hspec here, without really looking at them.

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.

2 participants