From 8cf1bd02891baf0184f8237367aa56f8640f1428 Mon Sep 17 00:00:00 2001 From: Matthaus Litteken Date: Mon, 23 Jan 2012 13:13:17 -0800 Subject: [PATCH] (#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. --- spec/spec.opts | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 spec/spec.opts 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 -- 2.32.3