Skip to content

Commit

Permalink
[merb-gen] Add default rspec options to spec.opts file
Browse files Browse the repository at this point in the history
This also works around an issue where rspec-1.2.9
seems to write all spec files to the spec/spec.opts
file in case the spec.opts file is empty.
  • Loading branch information
snusnu committed Oct 26, 2009
1 parent 5fc01fc commit fcf8ced
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
@@ -0,0 +1,2 @@
--format specdoc
--colour
@@ -0,0 +1,2 @@
--format specdoc
--colour

0 comments on commit fcf8ced

Please sign in to comment.