watirsplash 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.rdoc +4 -0
- data/VERSION +1 -1
- data/lib/watirsplash/html_formatter.rb +1 -0
- metadata +5 -5
data/History.rdoc
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.1
|
@@ -100,6 +100,7 @@ module WatirSplash
|
|
100
100
|
def append_extra_information_to_description(example_group)
|
101
101
|
date = Time.now.strftime("%d.%m.%Y")
|
102
102
|
spec_location, line_no = example_group.metadata[:example_group][:block].to_s.scan(/@(.*)(:\d+)>$/).flatten
|
103
|
+
return unless spec_location
|
103
104
|
spec_location = Pathname.new(spec_location)
|
104
105
|
relative_spec_path = spec_location.relative_path_from(Pathname.new(Dir.pwd + "/spec")).to_s
|
105
106
|
appended_description = " @ #{relative_spec_path}#{line_no} (#{date})"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: watirsplash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 1.1.
|
9
|
+
- 1
|
10
|
+
version: 1.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jarmo Pertman
|
@@ -145,7 +145,7 @@ licenses: []
|
|
145
145
|
post_install_message: |-
|
146
146
|
*************************
|
147
147
|
|
148
|
-
Thank you for installing WatirSplash 1.1.
|
148
|
+
Thank you for installing WatirSplash 1.1.1! Don't forget to take a look at the README and History files!
|
149
149
|
|
150
150
|
Execute `watirsplash new` under your project's directory to generate a default project structure.
|
151
151
|
|
@@ -184,7 +184,7 @@ rubyforge_project:
|
|
184
184
|
rubygems_version: 1.3.7
|
185
185
|
signing_key:
|
186
186
|
specification_version: 3
|
187
|
-
summary: watirsplash 1.1.
|
187
|
+
summary: watirsplash 1.1.1
|
188
188
|
test_files:
|
189
189
|
- spec/file_helper_spec.rb
|
190
190
|
- spec/spec_helper_spec.rb
|