cukesalad 0.2.0 → 0.3.0
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.
- data/README.md +2 -6
- data/VERSION +1 -1
- data/{cukesalad → lib/cukesalad}/cli.rb +1 -2
- data/spec/cukesalad/cli_spec.rb +4 -10
- metadata +10 -7
data/README.md
CHANGED
@@ -5,12 +5,8 @@ _Cucumber, washed and ready to eat for Friction-free ATDD/BDD_
|
|
5
5
|
**This is a work in progress - feedback welcome**
|
6
6
|
e-mail feedback to <talktous@riverglide.com>
|
7
7
|
|
8
|
-
|
9
|
-
|
10
|
-
* Support more step structures - such as tables as input
|
11
|
-
* Move beyond current examples by documenting CukeSalad with Cucumber
|
12
|
-
* Remembering data between steps
|
13
|
-
* Multiple role/actor scenarios
|
8
|
+
You can see our current list of intended features here:
|
9
|
+
https://github.com/RiverGlide/CukeSalad/issues?labels=Feature
|
14
10
|
|
15
11
|
## This project has step-free access!
|
16
12
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.3.0
|
data/spec/cukesalad/cli_spec.rb
CHANGED
@@ -52,18 +52,12 @@ describe CukeSalad::CLI do
|
|
52
52
|
end
|
53
53
|
|
54
54
|
context 'in lib' do
|
55
|
-
it 'creates
|
56
|
-
dir_exists?(features+'/lib/
|
55
|
+
it 'creates roles directory' do
|
56
|
+
dir_exists?(features+'/lib/roles').should be_true
|
57
57
|
end
|
58
58
|
|
59
|
-
|
60
|
-
|
61
|
-
dir_exists?(features+'/lib/default/roles').should be_true
|
62
|
-
end
|
63
|
-
|
64
|
-
it 'creates tasks directory' do
|
65
|
-
dir_exists?(features+'/lib/default/tasks').should be_true
|
66
|
-
end
|
59
|
+
it 'creates tasks directory' do
|
60
|
+
dir_exists?(features+'/lib/tasks').should be_true
|
67
61
|
end
|
68
62
|
end
|
69
63
|
end
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: cukesalad
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.
|
5
|
+
version: 0.3.0
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- RiverGlide
|
@@ -14,7 +14,6 @@ date: 2011-04-20 00:00:00 Z
|
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: cucumber
|
17
|
-
prerelease: false
|
18
17
|
requirement: &id001 !ruby/object:Gem::Requirement
|
19
18
|
none: false
|
20
19
|
requirements:
|
@@ -22,10 +21,10 @@ dependencies:
|
|
22
21
|
- !ruby/object:Gem::Version
|
23
22
|
version: 0.10.0
|
24
23
|
type: :runtime
|
24
|
+
prerelease: false
|
25
25
|
version_requirements: *id001
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: rspec
|
28
|
-
prerelease: false
|
29
28
|
requirement: &id002 !ruby/object:Gem::Requirement
|
30
29
|
none: false
|
31
30
|
requirements:
|
@@ -33,10 +32,10 @@ dependencies:
|
|
33
32
|
- !ruby/object:Gem::Version
|
34
33
|
version: 2.5.0
|
35
34
|
type: :runtime
|
35
|
+
prerelease: false
|
36
36
|
version_requirements: *id002
|
37
37
|
- !ruby/object:Gem::Dependency
|
38
38
|
name: aruba
|
39
|
-
prerelease: false
|
40
39
|
requirement: &id003 !ruby/object:Gem::Requirement
|
41
40
|
none: false
|
42
41
|
requirements:
|
@@ -44,10 +43,10 @@ dependencies:
|
|
44
43
|
- !ruby/object:Gem::Version
|
45
44
|
version: 0.3.5
|
46
45
|
type: :runtime
|
46
|
+
prerelease: false
|
47
47
|
version_requirements: *id003
|
48
48
|
- !ruby/object:Gem::Dependency
|
49
49
|
name: bundler
|
50
|
-
prerelease: false
|
51
50
|
requirement: &id004 !ruby/object:Gem::Requirement
|
52
51
|
none: false
|
53
52
|
requirements:
|
@@ -55,10 +54,10 @@ dependencies:
|
|
55
54
|
- !ruby/object:Gem::Version
|
56
55
|
version: 1.0.0
|
57
56
|
type: :development
|
57
|
+
prerelease: false
|
58
58
|
version_requirements: *id004
|
59
59
|
- !ruby/object:Gem::Dependency
|
60
60
|
name: jeweler
|
61
|
-
prerelease: false
|
62
61
|
requirement: &id005 !ruby/object:Gem::Requirement
|
63
62
|
none: false
|
64
63
|
requirements:
|
@@ -66,6 +65,7 @@ dependencies:
|
|
66
65
|
- !ruby/object:Gem::Version
|
67
66
|
version: 1.5.2
|
68
67
|
type: :development
|
68
|
+
prerelease: false
|
69
69
|
version_requirements: *id005
|
70
70
|
description: CukeSalad allows you to focus on the tasks at hand - expressing examples, the roles involved in those examples and the tasks that those roles need to perform with the product under development.
|
71
71
|
email: talktous@riverglide.com
|
@@ -109,7 +109,6 @@ files:
|
|
109
109
|
- VERSION
|
110
110
|
- bin/cukesalad
|
111
111
|
- cucumber.yml
|
112
|
-
- cukesalad/cli.rb
|
113
112
|
- features/a_new_cukesalad_project.feature
|
114
113
|
- features/define_a_role.feature
|
115
114
|
- features/define_a_task.feature
|
@@ -129,6 +128,7 @@ files:
|
|
129
128
|
- lib/actor.rb
|
130
129
|
- lib/codify/const_name.rb
|
131
130
|
- lib/cukesalad.rb
|
131
|
+
- lib/cukesalad/cli.rb
|
132
132
|
- lib/director.rb
|
133
133
|
- lib/specifics.rb
|
134
134
|
- lib/task_author.rb
|
@@ -165,6 +165,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
165
165
|
requirements:
|
166
166
|
- - ">="
|
167
167
|
- !ruby/object:Gem::Version
|
168
|
+
hash: 2244599182418509271
|
169
|
+
segments:
|
170
|
+
- 0
|
168
171
|
version: "0"
|
169
172
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
170
173
|
none: false
|