File: remove-ammeter-require.patch

package info (click to toggle)
ruby-rspec-rails 8.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,804 kB
  • sloc: ruby: 10,881; sh: 198; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 572 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Praveen Arimbrathodiyil <praveen@debian.org>
Date: Fri, 7 Feb 2020 18:19:24 +0100
Subject: ammeter not required

Last-Update: 2016-10-06

Also, it is not packaged yet.
---
 spec/spec_helper.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -26,7 +26,7 @@ require 'rspec/support/spec'
 require 'rspec/core/sandbox'
 require 'rspec/matchers/fail_matchers'
 require 'rspec/rails'
-require 'ammeter/init'
+#require 'ammeter/init'
 
 Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }