File: remove-spork

package info (click to toggle)
ruby-buff-shell-out 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 164 kB
  • ctags: 18
  • sloc: ruby: 136; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Remove spork usage in specs, as we're only running them once per
build anyway.

Index: ruby-buff-shell-out/spec/spec_helper.rb
===================================================================
--- ruby-buff-shell-out.orig/spec/spec_helper.rb
+++ ruby-buff-shell-out/spec/spec_helper.rb
@@ -15,7 +15,7 @@ def setup_rspec
   end
 end
 
-if Buff::RubyEngine.jruby?
+if true
   require 'buff/shell_out'
   setup_rspec
 else