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

Suppress Rspec verbose output #1390

Merged
merged 1 commit into from
Jul 17, 2015
Merged

Suppress Rspec verbose output #1390

merged 1 commit into from
Jul 17, 2015

Conversation

eugenk
Copy link
Member

@eugenk eugenk commented Jun 30, 2015

At the beginning of each run of rake, the long db:migrate:clean output as well as the list of the spec files annoyed me a little. This change hides that output. The important things, such as the spec progression and the spec report are still shown.

@eugenk
Copy link
Member Author

eugenk commented Jul 1, 2015

I just rebased on staging (after merging #1392). Hopefully Travis is green now.

@ebolloff ebolloff self-assigned this Jul 13, 2015
@ebolloff
Copy link
Member

One time the output starts with Repository destroying .. and the other time with TeamsController. Why is that?

@eugenk
Copy link
Member Author

eugenk commented Jul 16, 2015

The specs are executed in a random order. This increases the probability to find erroneous specs (dependent on other specs to run first).

@ebolloff
Copy link
Member

Learning never stops. 👍

eugenk added a commit that referenced this pull request Jul 17, 2015
@eugenk eugenk merged commit 37d5769 into staging Jul 17, 2015
@eugenk eugenk deleted the disable_rspec_verbosity branch July 17, 2015 08:03
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