File: remove-ammeter-require.patch

package info (click to toggle)
ruby-rspec-rails 4.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,624 kB
  • sloc: ruby: 9,512; sh: 364; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 505 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
@@ -16,7 +16,7 @@
 
 require 'rspec/support/spec'
 require 'rspec/rails'
-require 'ammeter/init'
+#require 'ammeter/init'
 
 Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }