aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-colorator/remove-luna-rspec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-colorator/remove-luna-rspec.patch')
-rw-r--r--community/ruby-colorator/remove-luna-rspec.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/ruby-colorator/remove-luna-rspec.patch b/community/ruby-colorator/remove-luna-rspec.patch
new file mode 100644
index 00000000000..a688d9aee44
--- /dev/null
+++ b/community/ruby-colorator/remove-luna-rspec.patch
@@ -0,0 +1,10 @@
+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