proxy_tester 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- proxy_tester (0.0.7)
4
+ proxy_tester (0.0.8)
5
5
  activerecord (~> 4.0)
6
6
  activesupport (~> 4.0)
7
7
  addressable
@@ -15,7 +15,7 @@ module ProxyTester
15
15
  ProxyTester.ui_logger.level = ProxyTester.config.log_level
16
16
  ProxyTester.enable_debug_mode if ProxyTester.config.debug_mode
17
17
 
18
- ProxyTester::RspecRunner.new(options[:tags]).run
18
+ ProxyTester::RspecRunner.new(tags: options[:tags], test_cases_directory: ProxyTester.config.test_cases_directory).run
19
19
  end
20
20
 
21
21
  desc 'url', 'Fetch url'
@@ -14,7 +14,7 @@ module ProxyTester
14
14
  @tags = options.fetch(:tags, [])
15
15
  end
16
16
 
17
- def run(tags)
17
+ def run
18
18
  ProxyTester.load_user_database
19
19
  ProxyTester.clear_environment
20
20
 
@@ -1,4 +1,4 @@
1
1
  #main ProxyTester
2
2
  module ProxyTester
3
- VERSION = '0.0.8'
3
+ VERSION = '0.0.9'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proxy_tester
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: