fixed line in .rspec file to invoke correct formatter and not cause a TravisCI bug

This commit is contained in:
Dominic Muller 2014-08-25 23:13:29 -07:00
parent fc77587390
commit 1b783faf77
1 changed files with 1 additions and 1 deletions

2
.rspec
View File

@ -1,2 +1,2 @@
--format s -c
--format d -c
--order rand