rwebspec 6.2.3 → 6.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG +1 -1
- data/Rakefile +1 -1
- data/lib/plugins/testwise_plugin.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8448813cdb6b4b131325c9d78335ec3df1fc89d0
|
4
|
+
data.tar.gz: 653d4bfd18ff46a7814f72f9cf09358b27b87666
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d1ed94c0e52bf42010e27f9f85fc3df75d67034fb37fa0a858fcf3c5bd9732971d86ea193a5b235c7d4d66ed49927456d525ae3d0149e67fb1744904925ac5c
|
7
|
+
data.tar.gz: ba66d656893eed4a0fb73b35bb1380e45fe5624ece0caf6e336b9329fcdbbcde3654172d26b49aec889c5bd889135e737678d2a03a973202a848f0c22defcb09
|
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
@@ -77,7 +77,7 @@ end
|
|
77
77
|
spec = Gem::Specification.new do |s|
|
78
78
|
s.platform= Gem::Platform::RUBY
|
79
79
|
s.name = "rwebspec"
|
80
|
-
s.version = "6.2.
|
80
|
+
s.version = "6.2.4"
|
81
81
|
s.summary = "Web application functional specification in Ruby"
|
82
82
|
s.description = "Executable functional specification for web applications in RSpec syntax with Watir or Selenium WebDriver"
|
83
83
|
|
@@ -137,7 +137,7 @@ module RWebSpec
|
|
137
137
|
end
|
138
138
|
|
139
139
|
if testwise_debug_server_port
|
140
|
-
puts "debug server port: #{testwise_debug_server_port}"
|
140
|
+
# puts "debug server port: #{testwise_debug_server_port}"
|
141
141
|
server = TCPSocket.open("127.0.0.1", testwise_debug_server_port)
|
142
142
|
server.puts("debug_status")
|
143
143
|
msg = server.gets.chomp
|