From: Matthaus Litteken Date: Mon, 23 Jan 2012 21:13:17 +0000 (-0800) Subject: (#12094) Remove deprecated spec.opts file X-Git-Tag: 0.0.1~14^2~1 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=8cf1bd02891baf0184f8237367aa56f8640f1428;p=puppet-modules%2Fpuppetlabs-apt.git (#12094) Remove deprecated spec.opts file Rspec no longer uses the spec.opts file, and this particular file also uses options for rspec that are no longer honored or available, like loadby. So this commit removes the file. Users that want to customize rspec behavior should use a .rspec file in the repository root or in their home directory. --- diff --git a/spec/spec.opts b/spec/spec.opts deleted file mode 100644 index 91cd642..0000000 --- a/spec/spec.opts +++ /dev/null @@ -1,6 +0,0 @@ ---format -s ---colour ---loadby -mtime ---backtrace