File: 0001-Remove-bundler-and-CI-stuff.patch

package info (click to toggle)
ruby-gyoku 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184 kB
  • sloc: ruby: 771; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From: Hleb Valoshka <375gnu@gmail.com>
Date: Tue, 14 Jul 2015 17:49:43 +0300
Subject: Remove bundler and CI stuff

---
 spec/spec_helper.rb | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index d2dd8fc..035a165 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,15 +1,2 @@
-require 'bundler'
-Bundler.setup(:default, :development)
-
-unless RUBY_PLATFORM =~ /java/
-  require 'simplecov'
-  require 'coveralls'
-
-  SimpleCov.formatter = Coveralls::SimpleCov::Formatter
-  SimpleCov.start do
-    add_filter 'spec'
-  end
-end
-
 require 'gyoku'
 require 'rspec'