turnip_formatter 0.0.2 → 0.0.3

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.
@@ -2,7 +2,6 @@
2
2
 
3
3
  require 'turnip_formatter/scenario'
4
4
  require 'turnip_formatter/step/failure'
5
- require 'rspec/core/formatters/helpers'
6
5
 
7
6
  module TurnipFormatter
8
7
  module Scenario
@@ -1,3 +1,5 @@
1
+ require 'turnip_formatter/step'
2
+
1
3
  module TurnipFormatter
2
4
  class Step
3
5
  module DSL
@@ -1,4 +1,5 @@
1
1
  require 'erb'
2
+ require 'rspec/core/formatters/snippet_extractor'
2
3
 
3
4
  module TurnipFormatter
4
5
  class Template
@@ -1,7 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
3
  require 'erb'
4
- require 'rspec/core/formatters/snippet_extractor'
4
+ require 'rspec/core/formatters/helpers'
5
5
 
6
6
  module TurnipFormatter
7
7
  class Template
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
3
  module TurnipFormatter
4
- VERSION = "0.0.2"
4
+ VERSION = "0.0.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turnip_formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -172,7 +172,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
172
172
  version: '0'
173
173
  segments:
174
174
  - 0
175
- hash: -3424310081992899473
175
+ hash: -4348571773430506748
176
176
  required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  none: false
178
178
  requirements:
@@ -181,7 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
181
181
  version: '0'
182
182
  segments:
183
183
  - 0
184
- hash: -3424310081992899473
184
+ hash: -4348571773430506748
185
185
  requirements: []
186
186
  rubyforge_project:
187
187
  rubygems_version: 1.8.23