Skip to content

Commit

Permalink
Revert "Make 'rspec' do what 'rake spec_standlone' does"
Browse files Browse the repository at this point in the history
This reverts commit e17a35f.

It turns out that when a pattern is supplied in this way, the rspec
executable ignores when you specify a single file, and will thus
always run the full suite. This is undesireable.
  • Loading branch information
malakai97 committed Jun 12, 2018
1 parent ab2c6d1 commit 7b9d24a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
--color
--format documentation
--pattern spec/\{aliases,classes,defines,unit,functions,hosts,integration,plans,type_aliases,types\}/\*\*/\*_spec.rb

0 comments on commit 7b9d24a

Please sign in to comment.