aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-colorator/remove-luna-rspec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ruby-colorator/remove-luna-rspec.patch')
-rw-r--r--testing/ruby-colorator/remove-luna-rspec.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/ruby-colorator/remove-luna-rspec.patch b/testing/ruby-colorator/remove-luna-rspec.patch
deleted file mode 100644
index a688d9aee44..00000000000
--- a/testing/ruby-colorator/remove-luna-rspec.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-Remove unnecessary test dependency.
-
---- a/spec/spec/helper.rb
-+++ b/spec/spec/helper.rb
-@@ -1,5 +1,4 @@
- require "colorator"
--require "luna/rspec/formatters/checks"
- RSpec.configure { |config| config.order = "random" }
- Dir[File.expand_path("../../support/**/*.rb", __FILE__)].each do |f|
- require f