rally-jasmine 1.2.0.5 → 1.2.0.6

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.
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Jasmine
2
- VERSION = "1.2.0.5"
2
+ VERSION = "1.2.0.6"
3
3
  end
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.5
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: -1417179371570310049
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: -1417179371570310049
295
+ hash: -3562411627465387355
296
296
  requirements: []
297
297
  rubyforge_project:
298
298
  rubygems_version: 1.8.24