diff --git a/.rspec b/.rspec index 3eff96b7..4e1e0d2f 100644 --- a/.rspec +++ b/.rspec @@ -1,3 +1 @@ --color ---format documentation - diff --git a/.travis.yml b/.travis.yml index 9eea122a..9567f89a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: ruby rvm: - "1.9.2" - "1.9.3" -script: bundle exec rspec spec +script: bundle exec rspec --format documentation