cucumber-rails 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +0 -1
- data/Gemfile.lock +187 -0
- data/History.txt +6 -0
- data/README.md +12 -9
- data/cucumber-rails.gemspec +15 -8
- data/features/allow_rescue.feature +4 -2
- data/features/capybara_javascript_drivers.feature +4 -2
- data/features/database_cleaner.feature +44 -0
- data/features/emulate_javascript.feature +2 -1
- data/features/inspect_query_string.feature +2 -1
- data/features/rest_api.feature +2 -1
- data/features/routing.feature +1 -4
- data/features/select_dates.feature +6 -3
- data/features/test_unit.feature +2 -1
- data/lib/generators/cucumber/install/templates/tasks/cucumber.rake.erb +8 -0
- metadata +76 -18
data/.gitignore
CHANGED
data/Gemfile.lock
ADDED
@@ -0,0 +1,187 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
cucumber-rails (0.5.2)
|
5
|
+
capybara (>= 1.0.0.rc1)
|
6
|
+
cucumber (>= 0.10.5)
|
7
|
+
nokogiri (>= 1.4.4)
|
8
|
+
rack-test (>= 0.5.7)
|
9
|
+
|
10
|
+
GEM
|
11
|
+
remote: http://rubygems.org/
|
12
|
+
specs:
|
13
|
+
actionmailer (3.1.0.rc1)
|
14
|
+
actionpack (= 3.1.0.rc1)
|
15
|
+
mail (~> 2.3.0)
|
16
|
+
actionpack (3.1.0.rc1)
|
17
|
+
activemodel (= 3.1.0.rc1)
|
18
|
+
activesupport (= 3.1.0.rc1)
|
19
|
+
builder (~> 3.0.0)
|
20
|
+
erubis (~> 2.7.0)
|
21
|
+
i18n (~> 0.6.0beta1)
|
22
|
+
rack (~> 1.3.0.beta2)
|
23
|
+
rack-cache (~> 1.0.1)
|
24
|
+
rack-mount (~> 0.8.1)
|
25
|
+
rack-test (~> 0.6.0)
|
26
|
+
sprockets (~> 2.0.0.beta.5)
|
27
|
+
tzinfo (~> 0.3.27)
|
28
|
+
activemodel (3.1.0.rc1)
|
29
|
+
activesupport (= 3.1.0.rc1)
|
30
|
+
bcrypt-ruby (~> 2.1.4)
|
31
|
+
builder (~> 3.0.0)
|
32
|
+
i18n (~> 0.6.0beta1)
|
33
|
+
activerecord (3.1.0.rc1)
|
34
|
+
activemodel (= 3.1.0.rc1)
|
35
|
+
activesupport (= 3.1.0.rc1)
|
36
|
+
arel (~> 2.1.1)
|
37
|
+
tzinfo (~> 0.3.27)
|
38
|
+
activeresource (3.1.0.rc1)
|
39
|
+
activemodel (= 3.1.0.rc1)
|
40
|
+
activesupport (= 3.1.0.rc1)
|
41
|
+
activesupport (3.1.0.rc1)
|
42
|
+
multi_json (~> 1.0)
|
43
|
+
ansi (1.2.5)
|
44
|
+
arel (2.1.1)
|
45
|
+
aruba (0.3.7)
|
46
|
+
childprocess (>= 0.1.9)
|
47
|
+
cucumber (>= 0.10.5)
|
48
|
+
rspec (>= 2.6.0)
|
49
|
+
bcrypt-ruby (2.1.4)
|
50
|
+
bson (1.3.1)
|
51
|
+
bson_ext (1.3.1)
|
52
|
+
builder (3.0.0)
|
53
|
+
capybara (1.0.0.rc1)
|
54
|
+
mime-types (>= 1.16)
|
55
|
+
nokogiri (>= 1.3.3)
|
56
|
+
rack (>= 1.0.0)
|
57
|
+
rack-test (>= 0.5.4)
|
58
|
+
selenium-webdriver (~> 0.2.0)
|
59
|
+
xpath (~> 0.1.4)
|
60
|
+
childprocess (0.1.9)
|
61
|
+
ffi (~> 1.0.6)
|
62
|
+
coffee-script (2.2.0)
|
63
|
+
coffee-script-source
|
64
|
+
execjs
|
65
|
+
coffee-script-source (1.1.1)
|
66
|
+
cucumber (0.10.5)
|
67
|
+
builder (>= 2.1.2)
|
68
|
+
diff-lcs (>= 1.1.2)
|
69
|
+
gherkin (~> 2.4.0)
|
70
|
+
json (>= 1.4.6)
|
71
|
+
term-ansicolor (>= 1.0.5)
|
72
|
+
database_cleaner (0.6.7)
|
73
|
+
diff-lcs (1.1.2)
|
74
|
+
erubis (2.7.0)
|
75
|
+
execjs (1.1.0)
|
76
|
+
multi_json (~> 1.0)
|
77
|
+
factory_girl (2.0.0.beta2)
|
78
|
+
ffi (1.0.9)
|
79
|
+
gherkin (2.4.0)
|
80
|
+
json (>= 1.4.6)
|
81
|
+
hike (1.0.0)
|
82
|
+
i18n (0.6.0)
|
83
|
+
jquery-rails (1.0.9)
|
84
|
+
railties (~> 3.0)
|
85
|
+
thor (~> 0.14)
|
86
|
+
json (1.5.1)
|
87
|
+
json_pure (1.5.1)
|
88
|
+
mail (2.3.0)
|
89
|
+
i18n (>= 0.4.0)
|
90
|
+
mime-types (~> 1.16)
|
91
|
+
treetop (~> 1.4.8)
|
92
|
+
mime-types (1.16)
|
93
|
+
mongo (1.3.1)
|
94
|
+
bson (>= 1.3.1)
|
95
|
+
mongoid (2.0.2)
|
96
|
+
activemodel (~> 3.0)
|
97
|
+
mongo (~> 1.3)
|
98
|
+
tzinfo (~> 0.3.22)
|
99
|
+
multi_json (1.0.3)
|
100
|
+
nokogiri (1.4.4)
|
101
|
+
polyglot (0.3.1)
|
102
|
+
rack (1.3.0)
|
103
|
+
rack-cache (1.0.2)
|
104
|
+
rack (>= 0.4)
|
105
|
+
rack-mount (0.8.1)
|
106
|
+
rack (>= 1.0.0)
|
107
|
+
rack-ssl (1.3.2)
|
108
|
+
rack
|
109
|
+
rack-test (0.6.0)
|
110
|
+
rack (>= 1.0)
|
111
|
+
rails (3.1.0.rc1)
|
112
|
+
actionmailer (= 3.1.0.rc1)
|
113
|
+
actionpack (= 3.1.0.rc1)
|
114
|
+
activerecord (= 3.1.0.rc1)
|
115
|
+
activeresource (= 3.1.0.rc1)
|
116
|
+
activesupport (= 3.1.0.rc1)
|
117
|
+
bundler (~> 1.0)
|
118
|
+
railties (= 3.1.0.rc1)
|
119
|
+
railties (3.1.0.rc1)
|
120
|
+
actionpack (= 3.1.0.rc1)
|
121
|
+
activesupport (= 3.1.0.rc1)
|
122
|
+
rack-ssl (~> 1.3.2)
|
123
|
+
rake (>= 0.8.7)
|
124
|
+
thor (~> 0.14.6)
|
125
|
+
rake (0.8.7)
|
126
|
+
rspec (2.6.0)
|
127
|
+
rspec-core (~> 2.6.0)
|
128
|
+
rspec-expectations (~> 2.6.0)
|
129
|
+
rspec-mocks (~> 2.6.0)
|
130
|
+
rspec-core (2.6.4)
|
131
|
+
rspec-expectations (2.6.0)
|
132
|
+
diff-lcs (~> 1.1.2)
|
133
|
+
rspec-mocks (2.6.0)
|
134
|
+
rspec-rails (2.6.1)
|
135
|
+
actionpack (~> 3.0)
|
136
|
+
activesupport (~> 3.0)
|
137
|
+
railties (~> 3.0)
|
138
|
+
rspec (~> 2.6.0)
|
139
|
+
rubyzip (0.9.4)
|
140
|
+
sass (3.1.2)
|
141
|
+
selenium-webdriver (0.2.1)
|
142
|
+
childprocess (>= 0.1.7)
|
143
|
+
ffi (>= 1.0.7)
|
144
|
+
json_pure
|
145
|
+
rubyzip
|
146
|
+
sprockets (2.0.0.beta.10)
|
147
|
+
hike (~> 1.0)
|
148
|
+
rack (~> 1.0)
|
149
|
+
tilt (!= 1.3.0, ~> 1.1)
|
150
|
+
sqlite3 (1.3.3)
|
151
|
+
sqlite3-ruby (1.3.3)
|
152
|
+
sqlite3 (>= 1.3.3)
|
153
|
+
term-ansicolor (1.0.5)
|
154
|
+
thor (0.14.6)
|
155
|
+
tilt (1.3.2)
|
156
|
+
treetop (1.4.9)
|
157
|
+
polyglot (>= 0.3.1)
|
158
|
+
turn (0.8.2)
|
159
|
+
ansi (>= 1.2.2)
|
160
|
+
tzinfo (0.3.27)
|
161
|
+
uglifier (0.5.4)
|
162
|
+
execjs (>= 0.3.0)
|
163
|
+
multi_json (>= 1.0.2)
|
164
|
+
xpath (0.1.4)
|
165
|
+
nokogiri (~> 1.3)
|
166
|
+
|
167
|
+
PLATFORMS
|
168
|
+
ruby
|
169
|
+
|
170
|
+
DEPENDENCIES
|
171
|
+
aruba (>= 0.3.7)
|
172
|
+
bson_ext (>= 1.3.1)
|
173
|
+
bundler (>= 1.0.14)
|
174
|
+
coffee-script (>= 2.2.0)
|
175
|
+
cucumber-rails!
|
176
|
+
database_cleaner (>= 0.6.7)
|
177
|
+
factory_girl (>= 2.0.0.beta2)
|
178
|
+
jquery-rails (>= 1.0.9)
|
179
|
+
mongoid (>= 2.0.2)
|
180
|
+
rails (= 3.1.0.rc1)
|
181
|
+
rake (= 0.8.7)
|
182
|
+
rspec (>= 2.6.0)
|
183
|
+
rspec-rails (>= 2.6.1)
|
184
|
+
sass (>= 3.1.1)
|
185
|
+
sqlite3-ruby (>= 1.3.3)
|
186
|
+
turn (>= 0.8.2)
|
187
|
+
uglifier (>= 0.5.4)
|
data/History.txt
CHANGED
data/README.md
CHANGED
@@ -50,25 +50,28 @@ Without Rake:
|
|
50
50
|
|
51
51
|
[bundle exec] cucumber
|
52
52
|
|
53
|
-
##
|
53
|
+
## Bugs and feature requests
|
54
54
|
|
55
|
-
|
55
|
+
The *only* way to have a bug fixed or a new feature accepted is to describe it with a Cucumber feature. Let's say you think you have found a bug in the cucumber:install generator. Fork this project, clone it to your workstation and check out a branch with a descriptive name:
|
56
56
|
|
57
|
-
|
58
|
-
|
57
|
+
git clone git@github.com:you/cucumber-rails.git
|
58
|
+
git checkout -b bug-install-generator
|
59
59
|
|
60
|
-
|
61
|
-
|
60
|
+
Start by making sure you can run the existing features. Now, create a feature that demonstrates what's wrong. See the existing features for examples. When you have a failing feature that reproduces the bug, commit, push and send a pull request. Someone from the Cucumber-Rails team will review it and hopefully create a fix.
|
61
|
+
|
62
|
+
If you know how to fix the bug yourself, make a second commit (after committing the failing feature) before you send the pull request.
|
62
63
|
|
63
64
|
### Setting up your environment
|
64
65
|
|
65
66
|
I strongly recommend rvm and ruby 1.9.2. When you have that, cd into your cucumber-rails repository and:
|
66
67
|
|
67
|
-
|
68
|
-
|
68
|
+
gem install bundler
|
69
|
+
bundle install
|
69
70
|
|
70
71
|
### Running all features
|
71
72
|
|
72
|
-
|
73
|
+
With all dependencies installed, all features should pass:
|
74
|
+
|
75
|
+
rake cucumber
|
73
76
|
|
74
77
|
One of the features uses MongoDB, which needs to be running in order to make features/mongoid.feature to pass.
|
data/cucumber-rails.gemspec
CHANGED
@@ -3,30 +3,37 @@ $LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = 'cucumber-rails'
|
6
|
-
s.version = '0.5.
|
6
|
+
s.version = '0.5.2'
|
7
7
|
s.authors = ["Aslak Hellesøy", "Dennis Blöte", "Rob Holland"]
|
8
8
|
s.description = "Cucumber Generators and Runtime for Rails"
|
9
9
|
s.summary = "#{s.name}-#{s.version}"
|
10
10
|
s.email = 'cukes@googlegroups.com'
|
11
11
|
s.homepage = "http://cukes.info"
|
12
12
|
|
13
|
-
s.add_dependency('cucumber', '>= 0.10.
|
13
|
+
s.add_dependency('cucumber', '>= 0.10.5')
|
14
14
|
s.add_dependency('rack-test', '>= 0.5.7')
|
15
15
|
s.add_dependency('nokogiri', '>= 1.4.4')
|
16
|
-
s.add_dependency('capybara', '>= 1.0.0.
|
16
|
+
s.add_dependency('capybara', '>= 1.0.0.rc1')
|
17
|
+
s.add_development_dependency('rails', '= 3.1.0.rc1')
|
17
18
|
s.add_development_dependency('rake', '= 0.8.7') # Until Rails 3 supports rake 0.9.0. Rakefile needs TheApp::Application.send(:include, Rake::DSL)
|
18
|
-
s.add_development_dependency('bundler', '>= 1.0.
|
19
|
-
s.add_development_dependency('aruba', '>= 0.3.
|
20
|
-
s.add_development_dependency('rails', '>= 3.0.7')
|
19
|
+
s.add_development_dependency('bundler', '>= 1.0.14')
|
20
|
+
s.add_development_dependency('aruba', '>= 0.3.7')
|
21
21
|
s.add_development_dependency('sqlite3-ruby', '>= 1.3.3')
|
22
22
|
s.add_development_dependency('rspec', '>= 2.6.0')
|
23
|
-
s.add_development_dependency('rspec-rails', '>= 2.6.
|
23
|
+
s.add_development_dependency('rspec-rails', '>= 2.6.1')
|
24
24
|
s.add_development_dependency('factory_girl', '>= 2.0.0.beta2')
|
25
25
|
s.add_development_dependency('database_cleaner', '>= 0.6.7')
|
26
26
|
s.add_development_dependency('mongoid', '>= 2.0.2')
|
27
|
-
s.add_development_dependency('bson_ext', '>= 1.3.
|
27
|
+
s.add_development_dependency('bson_ext', '>= 1.3.1')
|
28
28
|
# s.add_development_dependency('akephalos', '>= 0.2.5')
|
29
29
|
|
30
|
+
# Various Stuff that Rails 3.1 puts inside apps.
|
31
|
+
s.add_development_dependency('turn', '>= 0.8.2')
|
32
|
+
s.add_development_dependency('sass', '>= 3.1.1')
|
33
|
+
s.add_development_dependency('coffee-script', '>= 2.2.0')
|
34
|
+
s.add_development_dependency('uglifier', '>= 0.5.4')
|
35
|
+
s.add_development_dependency('jquery-rails', '>= 1.0.9')
|
36
|
+
|
30
37
|
s.rubygems_version = ">= 1.6.1"
|
31
38
|
s.files = `git ls-files`.split("\n")
|
32
39
|
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
|
@@ -32,7 +32,8 @@ Feature: Allow Cucumber to rescue exceptions
|
|
32
32
|
visit '/posts'
|
33
33
|
end
|
34
34
|
"""
|
35
|
-
And I run `bundle exec rake db:migrate
|
35
|
+
And I run `bundle exec rake db:migrate`
|
36
|
+
And I run `bundle exec cucumber`
|
36
37
|
Then it should pass with:
|
37
38
|
"""
|
38
39
|
1 scenario (1 passed)
|
@@ -52,7 +53,8 @@ Feature: Allow Cucumber to rescue exceptions
|
|
52
53
|
visit '/posts'
|
53
54
|
end
|
54
55
|
"""
|
55
|
-
And I run `bundle exec rake db:migrate
|
56
|
+
And I run `bundle exec rake db:migrate`
|
57
|
+
And I run `bundle exec cucumber`
|
56
58
|
Then it should fail with:
|
57
59
|
"""
|
58
60
|
1 scenario (1 failed)
|
@@ -29,7 +29,8 @@ Feature: Capybara Javascript Drivers
|
|
29
29
|
|
30
30
|
"""
|
31
31
|
|
32
|
-
When I run `bundle exec rake db:migrate
|
32
|
+
When I run `bundle exec rake db:migrate`
|
33
|
+
And I run `bundle exec rake cucumber`
|
33
34
|
Then it should pass with:
|
34
35
|
"""
|
35
36
|
1 scenario (1 passed)
|
@@ -72,7 +73,8 @@ Feature: Capybara Javascript Drivers
|
|
72
73
|
|
73
74
|
"""
|
74
75
|
|
75
|
-
When I run `bundle exec rake db:migrate
|
76
|
+
When I run `bundle exec rake db:migrate`
|
77
|
+
And I run `bundle exec rake cucumber`
|
76
78
|
Then it should pass with:
|
77
79
|
"""
|
78
80
|
1 scenario (1 passed)
|
@@ -0,0 +1,44 @@
|
|
1
|
+
Feature: DatabaseCleaner
|
2
|
+
|
3
|
+
Scenario: Create records in background
|
4
|
+
Given I have created a new Rails 3 app "rails-3-app" with cucumber-rails support
|
5
|
+
And I write to "features/widgets.feature" with:
|
6
|
+
"""
|
7
|
+
Feature: Create widgets
|
8
|
+
Background: some widdgets
|
9
|
+
Given I have 2 widgets
|
10
|
+
|
11
|
+
Scenario: Add 3
|
12
|
+
When I create 3 more widgets
|
13
|
+
Then I should have 5 widgets
|
14
|
+
|
15
|
+
Scenario: Add 7
|
16
|
+
When I create 7 more widgets
|
17
|
+
Then I should have 9 widgets
|
18
|
+
"""
|
19
|
+
And I successfully run `rails generate model widget name:string`
|
20
|
+
And I write to "features/step_definitions/widget_steps.rb" with:
|
21
|
+
"""
|
22
|
+
Given /^I have (\d+) widgets$/ do |n|
|
23
|
+
n.to_i.times do |i|
|
24
|
+
Widget.create! :name => "Widget #{Widget.count + i}"
|
25
|
+
end
|
26
|
+
end
|
27
|
+
|
28
|
+
When /^I create (\d+) more widgets$/ do |n|
|
29
|
+
n.to_i.times do |i|
|
30
|
+
Widget.create! :name => "Widget #{Widget.count + i}"
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
Then /^I should have (\d+) widgets$/ do |n|
|
35
|
+
Widget.count.should == n.to_i
|
36
|
+
end
|
37
|
+
"""
|
38
|
+
And I run `bundle exec rake db:migrate`
|
39
|
+
And I run `bundle exec rake cucumber`
|
40
|
+
Then it should pass with:
|
41
|
+
"""
|
42
|
+
2 scenarios (2 passed)
|
43
|
+
6 steps (6 passed)
|
44
|
+
"""
|
@@ -27,7 +27,8 @@ Feature: Inspect query string
|
|
27
27
|
| what | vegetable |
|
28
28
|
And I should see "Cuke 10"
|
29
29
|
"""
|
30
|
-
And I run `bundle exec rake db:migrate
|
30
|
+
And I run `bundle exec rake db:migrate`
|
31
|
+
And I run `bundle exec rake cucumber`
|
31
32
|
Then it should pass with:
|
32
33
|
"""
|
33
34
|
3 scenarios (3 passed)
|
data/features/rest_api.feature
CHANGED
@@ -38,7 +38,8 @@ Feature: REST API
|
|
38
38
|
JSON.parse(last_response.body).should == JSON.parse(json)
|
39
39
|
end
|
40
40
|
"""
|
41
|
-
And I run `bundle exec rake db:migrate
|
41
|
+
And I run `bundle exec rake db:migrate`
|
42
|
+
And I run `bundle exec rake cucumber`
|
42
43
|
Then it should pass with:
|
43
44
|
"""
|
44
45
|
1 scenario (1 passed)
|
data/features/routing.feature
CHANGED
@@ -16,7 +16,8 @@ Feature: Select dates
|
|
16
16
|
Then I should see "Norway's constitution"
|
17
17
|
And I should see "2009-02-20 15:10:00 UTC"
|
18
18
|
"""
|
19
|
-
When I run `bundle exec rake db:migrate
|
19
|
+
When I run `bundle exec rake db:migrate`
|
20
|
+
And I run `bundle exec rake cucumber`
|
20
21
|
Then it should pass with:
|
21
22
|
"""
|
22
23
|
1 scenario (1 passed)
|
@@ -52,7 +53,8 @@ Feature: Select dates
|
|
52
53
|
</div>
|
53
54
|
<% end %>
|
54
55
|
"""
|
55
|
-
When I run `bundle exec rake db:migrate
|
56
|
+
When I run `bundle exec rake db:migrate`
|
57
|
+
And I run `bundle exec rake cucumber`
|
56
58
|
Then it should pass with:
|
57
59
|
"""
|
58
60
|
1 scenario (1 passed)
|
@@ -88,7 +90,8 @@ Feature: Select dates
|
|
88
90
|
</div>
|
89
91
|
<% end %>
|
90
92
|
"""
|
91
|
-
When I run `bundle exec rake db:migrate
|
93
|
+
When I run `bundle exec rake db:migrate`
|
94
|
+
And I run `bundle exec rake cucumber`
|
92
95
|
Then it should pass with:
|
93
96
|
"""
|
94
97
|
1 scenario (1 passed)
|
data/features/test_unit.feature
CHANGED
@@ -29,6 +29,12 @@ begin
|
|
29
29
|
|
30
30
|
desc 'Run all features'
|
31
31
|
task :all => [:ok, :wip]
|
32
|
+
|
33
|
+
task :statsetup do
|
34
|
+
require 'rails/code_statistics'
|
35
|
+
::STATS_DIRECTORIES << %w(Cucumber\ features features) if File.exist?('features')
|
36
|
+
::CodeStatistics::TEST_TYPES << "Cucumber features" if File.exist?('features')
|
37
|
+
end
|
32
38
|
end
|
33
39
|
desc 'Alias for cucumber:ok'
|
34
40
|
task :cucumber => 'cucumber:ok'
|
@@ -42,6 +48,8 @@ begin
|
|
42
48
|
# In case we don't have ActiveRecord, append a no-op task that we can depend upon.
|
43
49
|
task 'db:test:prepare' do
|
44
50
|
end
|
51
|
+
|
52
|
+
task :stats => 'cucumber:statsetup'
|
45
53
|
rescue LoadError
|
46
54
|
desc 'cucumber rake task not available (cucumber not installed)'
|
47
55
|
task :cucumber do
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: cucumber-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.5.
|
5
|
+
version: 0.5.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- "Aslak Helles\xC3\xB8y"
|
@@ -12,7 +12,7 @@ autorequire:
|
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
14
|
|
15
|
-
date: 2011-
|
15
|
+
date: 2011-06-07 00:00:00 +01:00
|
16
16
|
default_executable:
|
17
17
|
dependencies:
|
18
18
|
- !ruby/object:Gem::Dependency
|
@@ -22,7 +22,7 @@ dependencies:
|
|
22
22
|
requirements:
|
23
23
|
- - ">="
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: 0.10.
|
25
|
+
version: 0.10.5
|
26
26
|
type: :runtime
|
27
27
|
prerelease: false
|
28
28
|
version_requirements: *id001
|
@@ -55,51 +55,51 @@ dependencies:
|
|
55
55
|
requirements:
|
56
56
|
- - ">="
|
57
57
|
- !ruby/object:Gem::Version
|
58
|
-
version: 1.0.0.
|
58
|
+
version: 1.0.0.rc1
|
59
59
|
type: :runtime
|
60
60
|
prerelease: false
|
61
61
|
version_requirements: *id004
|
62
62
|
- !ruby/object:Gem::Dependency
|
63
|
-
name:
|
63
|
+
name: rails
|
64
64
|
requirement: &id005 !ruby/object:Gem::Requirement
|
65
65
|
none: false
|
66
66
|
requirements:
|
67
67
|
- - "="
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version: 0.
|
69
|
+
version: 3.1.0.rc1
|
70
70
|
type: :development
|
71
71
|
prerelease: false
|
72
72
|
version_requirements: *id005
|
73
73
|
- !ruby/object:Gem::Dependency
|
74
|
-
name:
|
74
|
+
name: rake
|
75
75
|
requirement: &id006 !ruby/object:Gem::Requirement
|
76
76
|
none: false
|
77
77
|
requirements:
|
78
|
-
- - "
|
78
|
+
- - "="
|
79
79
|
- !ruby/object:Gem::Version
|
80
|
-
version:
|
80
|
+
version: 0.8.7
|
81
81
|
type: :development
|
82
82
|
prerelease: false
|
83
83
|
version_requirements: *id006
|
84
84
|
- !ruby/object:Gem::Dependency
|
85
|
-
name:
|
85
|
+
name: bundler
|
86
86
|
requirement: &id007 !ruby/object:Gem::Requirement
|
87
87
|
none: false
|
88
88
|
requirements:
|
89
89
|
- - ">="
|
90
90
|
- !ruby/object:Gem::Version
|
91
|
-
version: 0.
|
91
|
+
version: 1.0.14
|
92
92
|
type: :development
|
93
93
|
prerelease: false
|
94
94
|
version_requirements: *id007
|
95
95
|
- !ruby/object:Gem::Dependency
|
96
|
-
name:
|
96
|
+
name: aruba
|
97
97
|
requirement: &id008 !ruby/object:Gem::Requirement
|
98
98
|
none: false
|
99
99
|
requirements:
|
100
100
|
- - ">="
|
101
101
|
- !ruby/object:Gem::Version
|
102
|
-
version: 3.
|
102
|
+
version: 0.3.7
|
103
103
|
type: :development
|
104
104
|
prerelease: false
|
105
105
|
version_requirements: *id008
|
@@ -132,7 +132,7 @@ dependencies:
|
|
132
132
|
requirements:
|
133
133
|
- - ">="
|
134
134
|
- !ruby/object:Gem::Version
|
135
|
-
version: 2.6.
|
135
|
+
version: 2.6.1
|
136
136
|
type: :development
|
137
137
|
prerelease: false
|
138
138
|
version_requirements: *id011
|
@@ -176,10 +176,65 @@ dependencies:
|
|
176
176
|
requirements:
|
177
177
|
- - ">="
|
178
178
|
- !ruby/object:Gem::Version
|
179
|
-
version: 1.3.
|
179
|
+
version: 1.3.1
|
180
180
|
type: :development
|
181
181
|
prerelease: false
|
182
182
|
version_requirements: *id015
|
183
|
+
- !ruby/object:Gem::Dependency
|
184
|
+
name: turn
|
185
|
+
requirement: &id016 !ruby/object:Gem::Requirement
|
186
|
+
none: false
|
187
|
+
requirements:
|
188
|
+
- - ">="
|
189
|
+
- !ruby/object:Gem::Version
|
190
|
+
version: 0.8.2
|
191
|
+
type: :development
|
192
|
+
prerelease: false
|
193
|
+
version_requirements: *id016
|
194
|
+
- !ruby/object:Gem::Dependency
|
195
|
+
name: sass
|
196
|
+
requirement: &id017 !ruby/object:Gem::Requirement
|
197
|
+
none: false
|
198
|
+
requirements:
|
199
|
+
- - ">="
|
200
|
+
- !ruby/object:Gem::Version
|
201
|
+
version: 3.1.1
|
202
|
+
type: :development
|
203
|
+
prerelease: false
|
204
|
+
version_requirements: *id017
|
205
|
+
- !ruby/object:Gem::Dependency
|
206
|
+
name: coffee-script
|
207
|
+
requirement: &id018 !ruby/object:Gem::Requirement
|
208
|
+
none: false
|
209
|
+
requirements:
|
210
|
+
- - ">="
|
211
|
+
- !ruby/object:Gem::Version
|
212
|
+
version: 2.2.0
|
213
|
+
type: :development
|
214
|
+
prerelease: false
|
215
|
+
version_requirements: *id018
|
216
|
+
- !ruby/object:Gem::Dependency
|
217
|
+
name: uglifier
|
218
|
+
requirement: &id019 !ruby/object:Gem::Requirement
|
219
|
+
none: false
|
220
|
+
requirements:
|
221
|
+
- - ">="
|
222
|
+
- !ruby/object:Gem::Version
|
223
|
+
version: 0.5.4
|
224
|
+
type: :development
|
225
|
+
prerelease: false
|
226
|
+
version_requirements: *id019
|
227
|
+
- !ruby/object:Gem::Dependency
|
228
|
+
name: jquery-rails
|
229
|
+
requirement: &id020 !ruby/object:Gem::Requirement
|
230
|
+
none: false
|
231
|
+
requirements:
|
232
|
+
- - ">="
|
233
|
+
- !ruby/object:Gem::Version
|
234
|
+
version: 1.0.9
|
235
|
+
type: :development
|
236
|
+
prerelease: false
|
237
|
+
version_requirements: *id020
|
183
238
|
description: Cucumber Generators and Runtime for Rails
|
184
239
|
email: cukes@googlegroups.com
|
185
240
|
executables: []
|
@@ -195,6 +250,7 @@ files:
|
|
195
250
|
- .rspec
|
196
251
|
- .rvmrc
|
197
252
|
- Gemfile
|
253
|
+
- Gemfile.lock
|
198
254
|
- History.txt
|
199
255
|
- LICENSE
|
200
256
|
- README.md
|
@@ -206,6 +262,7 @@ files:
|
|
206
262
|
- dev_tasks/rspec.rake
|
207
263
|
- features/allow_rescue.feature
|
208
264
|
- features/capybara_javascript_drivers.feature
|
265
|
+
- features/database_cleaner.feature
|
209
266
|
- features/emulate_javascript.feature
|
210
267
|
- features/inspect_query_string.feature
|
211
268
|
- features/install_cucumber_rails.feature
|
@@ -281,7 +338,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
281
338
|
requirements:
|
282
339
|
- - ">="
|
283
340
|
- !ruby/object:Gem::Version
|
284
|
-
hash:
|
341
|
+
hash: 610929610223381010
|
285
342
|
segments:
|
286
343
|
- 0
|
287
344
|
version: "0"
|
@@ -290,7 +347,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
290
347
|
requirements:
|
291
348
|
- - ">="
|
292
349
|
- !ruby/object:Gem::Version
|
293
|
-
hash:
|
350
|
+
hash: 610929610223381010
|
294
351
|
segments:
|
295
352
|
- 0
|
296
353
|
version: "0"
|
@@ -300,10 +357,11 @@ rubyforge_project:
|
|
300
357
|
rubygems_version: 1.6.2
|
301
358
|
signing_key:
|
302
359
|
specification_version: 3
|
303
|
-
summary: cucumber-rails-0.5.
|
360
|
+
summary: cucumber-rails-0.5.2
|
304
361
|
test_files:
|
305
362
|
- features/allow_rescue.feature
|
306
363
|
- features/capybara_javascript_drivers.feature
|
364
|
+
- features/database_cleaner.feature
|
307
365
|
- features/emulate_javascript.feature
|
308
366
|
- features/inspect_query_string.feature
|
309
367
|
- features/install_cucumber_rails.feature
|