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

Test suite cleanup and refactor #4

Merged
merged 4 commits into from
Nov 3, 2016
Merged

Conversation

danguita
Copy link
Contributor

@danguita danguita commented Nov 3, 2016

What does this PR do?

Sets up the Minitest based test suite by removing any unused dependencies and configuration options. Also it's adding a sample test stack to provide some guidance on coming features.

How should this be manually tested?

Run the entire test suite to get the following output:

$ script/test

SiteTest
  test_valid                                                      PASS (0.06s)

HomePageTest
  test_greeting                                                   SKIP (0.10s)

MetaWelcomeControllerTest
  test_index                                                      PASS (0.07s)

Finished in 0.24872s
3 tests, 3 assertions, 0 failures, 0 errors, 1 skips

The skipped test case was intended.

@ferblape ferblape merged commit fb964e5 into master Nov 3, 2016
@danguita danguita deleted the support/test-suite-cleanup branch November 4, 2016 06:09
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

2 participants