Skip to content

Commit

Permalink
Tweak rspec settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Solnica committed Sep 29, 2017
1 parent 5624324 commit 5ba734c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .rspec
@@ -1,3 +1,3 @@
--format documentation
--format progress
--color
--require ./spec/spec_helper.rb
4 changes: 0 additions & 4 deletions spec/spec_helper.rb
Expand Up @@ -65,10 +65,6 @@ def self.remove_constants
# Use the documentation formatter for detailed output
config.default_formatter = 'doc' if config.files_to_run.one?

# Print the n slowest examples and example groups at the
# end of the spec run
config.profile_examples = 3

config.order = :random

Kernel.srand config.seed
Expand Down

0 comments on commit 5ba734c

Please sign in to comment.