File: remove-spork

package info (click to toggle)
ruby-buff-config 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 208 kB
  • ctags: 58
  • sloc: ruby: 474; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: ruby-buff-config/spec/spec_helper.rb
===================================================================
--- ruby-buff-config.orig/spec/spec_helper.rb
+++ ruby-buff-config/spec/spec_helper.rb
@@ -32,7 +32,7 @@ def tmp_path
   app_root.join('spec', 'tmp')
 end
 
-if Buff::RubyEngine.jruby?
+if true
   require 'buff/config'
   setup_rspec
 else