turnip_formatter 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/turnip_formatter/step/dsl.rb +2 -0
- data/lib/turnip_formatter/template/step_exception.rb +2 -0
- data/lib/turnip_formatter/template/step_multiline.rb +2 -0
- data/lib/turnip_formatter/template/step_outline.rb +2 -0
- data/lib/turnip_formatter/template/step_source.rb +2 -0
- data/lib/turnip_formatter/version.rb +1 -1
- data/spec/turnip_formatter/template/step_exception_spec.rb +2 -0
- data/spec/turnip_formatter/template/step_multiline_spec.rb +2 -0
- data/spec/turnip_formatter/template/step_outline_spec.rb +2 -0
- data/spec/turnip_formatter/template/step_source_spec.rb +3 -1
- metadata +4 -4
@@ -1,3 +1,5 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
|
1
3
|
require 'spec_helper'
|
2
4
|
require 'turnip_formatter/template/step_source'
|
3
5
|
|
@@ -5,7 +7,7 @@ module TurnipFormatter
|
|
5
7
|
class Template
|
6
8
|
describe StepSource do
|
7
9
|
let(:template) { ::TurnipFormatter::Template::StepSource }
|
8
|
-
let(:source) { __FILE__ + ':
|
10
|
+
let(:source) { __FILE__ + ':3' }
|
9
11
|
|
10
12
|
describe '.build' do
|
11
13
|
subject { template.build(source) }
|
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.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-05-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: turnip
|
@@ -172,7 +172,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
172
172
|
version: '0'
|
173
173
|
segments:
|
174
174
|
- 0
|
175
|
-
hash: -
|
175
|
+
hash: -795170829
|
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: -
|
184
|
+
hash: -795170829
|
185
185
|
requirements: []
|
186
186
|
rubyforge_project:
|
187
187
|
rubygems_version: 1.8.23
|