Skip to content

anagram: Rewrite to use hspec with fail-fast. #224

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

anagram: Rewrite to use hspec with fail-fast. #224

merged 1 commit into from
Jul 29, 2016

Conversation

rbasso
Copy link
Contributor

@rbasso rbasso commented Jul 26, 2016

  • Rewrite to use hspec.
  • Update to match the json file.

Related to #211.

- Rewrite to use hspec.
- Update to match the json file.
@rbasso rbasso merged commit 56237d1 into exercism:hspec-fail-fast Jul 29, 2016
@rbasso rbasso deleted the hspec-anagram branch July 29, 2016 16:32
, candidates = ["gallery", "ballerina", "regally", "clergy", "largely", "leading"]
, expected = ["gallery", "regally", "largely"]
}
, Case { description = "does not detect indentical words"
Copy link
Member

Choose a reason for hiding this comment

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

I see the spelling mistake indentical is in x-common as well, remind me to file a PR there as well...

@rbasso
Copy link
Contributor Author

rbasso commented Jul 30, 2016

Thanks, @petertseng.

Please tell me as soon as you get the changes to x-common. Now that the test cases are separated from the code, I can use a few regexes to generate the new test suite.

@petertseng
Copy link
Member

merged

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