rally-jasmine 1.2.0.5 → 1.2.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/jasmine/rspec_formatter.rb +1 -1
- data/lib/jasmine/version.rb +1 -1
- metadata +3 -3
@@ -32,12 +32,12 @@ module Jasmine
|
|
32
32
|
def declare_spec(parent, spec)
|
33
33
|
me = self
|
34
34
|
example_name = spec["name"]
|
35
|
-
backtrace = @results.example_location_for(parent.description + " " + example_name)
|
36
35
|
if Jasmine::Dependencies.rspec2?
|
37
36
|
parent.it example_name, {} do
|
38
37
|
me.report_spec(spec["id"])
|
39
38
|
end
|
40
39
|
else
|
40
|
+
backtrace = @results.example_location_for(parent.description + " " + example_name)
|
41
41
|
parent.it example_name, {}, backtrace do
|
42
42
|
me.report_spec(spec["id"])
|
43
43
|
end
|
data/lib/jasmine/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rally-jasmine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.0.
|
4
|
+
version: 1.2.0.6
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -283,7 +283,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
283
283
|
version: '0'
|
284
284
|
segments:
|
285
285
|
- 0
|
286
|
-
hash: -
|
286
|
+
hash: -3562411627465387355
|
287
287
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
288
288
|
none: false
|
289
289
|
requirements:
|
@@ -292,7 +292,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
292
292
|
version: '0'
|
293
293
|
segments:
|
294
294
|
- 0
|
295
|
-
hash: -
|
295
|
+
hash: -3562411627465387355
|
296
296
|
requirements: []
|
297
297
|
rubyforge_project:
|
298
298
|
rubygems_version: 1.8.24
|