File: remove-ammeter-require.patch

package info (click to toggle)
ruby-rspec-rails 3.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,264 kB
  • ctags: 617
  • sloc: ruby: 6,627; sh: 334; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: ammeter not required
 Also, it is not packaged yet.
Author: Praveen Arimbrathodiyil <praveen@debian.org>
Last-Update: 2016-10-06

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