dupe 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/dupe/cucumber_hooks.rb +7 -9
  2. metadata +1 -1
@@ -1,10 +1,8 @@
1
- if defined?(After)
2
- After do |scenario| #:nodoc:
3
- if Dupe.global_configuration.config[:debug] == true
4
- ActiveResource::Connection.print_request_log
5
- ActiveResource::Connection.flush_request_log
6
- end
1
+ After do |scenario| #:nodoc:
2
+ if Dupe.global_configuration.config[:debug] == true
3
+ ActiveResource::Connection.print_request_log
4
+ ActiveResource::Connection.flush_request_log
5
+ end
7
6
 
8
- Dupe.flush
9
- end
10
- end
7
+ Dupe.flush
8
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dupe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Parker