protractor-rails 0.0.10 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9f07fed01ee88bf678a1fddb7ae1c92b44ddb578
4
- data.tar.gz: 8dec8d40a86ff8a49c5ac6cb1e95cf7adf892262
3
+ metadata.gz: 97e57f6fa5119ec8ce8ce4e21907ac81705f873a
4
+ data.tar.gz: 029952ced1e06a6f43f60d0c4caeefc1e8aabf5c
5
5
  SHA512:
6
- metadata.gz: 6d46d05852bf564f4fabdb38155df46dc614dfe1446f80b5a28ad84d10fe541744ec3064a0ec84571ea9b27e584738c17bc0d7b5ba7fe74b73753b066b2ab53f
7
- data.tar.gz: 126e512d2aeb644e5b144b524e3eb8d3eb08b23339c6ada5f0fcdc39c9ea29e29c3749e0f38e9ecf6744f4e3dce754f0bd30f1256d75162b9b7908dd86398424
6
+ metadata.gz: b7c45a0d5c1cf727081982aaa25f20c9eaa750924cbe9e9062ecd36d453a64713e3b027ba13308e8a6b55ab25c42c8cfd880d4a8279954d91d22ef8b266fe089
7
+ data.tar.gz: 05bab3043131e48862ad480824fdfaa47c0a8491ca04ed272b5b72bb5dbed38619246a0c7da9669e1241ce6e09b5ab2946cac34ed6921ff240f7196d63cb55e7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- protractor-rails (0.0.10)
4
+ protractor-rails (0.0.11)
5
5
  colorize
6
6
  railties
7
7
 
@@ -1,5 +1,5 @@
1
1
  module Protractor
2
2
  module Rails
3
- VERSION = "0.0.10"
3
+ VERSION = "0.0.11"
4
4
  end
5
5
  end
@@ -44,7 +44,7 @@ namespace :protractor do |args|
44
44
  puts "Rails Server PID: #{rails_server_pid}".yellow.bold
45
45
  puts "Waiting for servers to finish starting up...."
46
46
  sleep Protractor.configuration.startup_timeout
47
- success = system "protractor #{options} #{Protractor.configuration.config_path}"
47
+ success = system "protractor #{options} #{Protractor.configuration.config_path}/#{Protractor.configuration.config_file}"
48
48
  Process.kill 'TERM', webdriver_pid
49
49
  Process.kill 'TERM', rails_server_pid
50
50
  Process.wait webdriver_pid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: protractor-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyrone Wilson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-01 00:00:00.000000000 Z
11
+ date: 2014-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler