1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Update Cucumber

This commit is contained in:
Joshua Clayton 2012-04-06 15:47:41 -04:00
parent 4ef98ff62b
commit 29157d69f8
6 changed files with 135 additions and 142 deletions

View file

@ -38,18 +38,18 @@ GEM
builder (3.0.0) builder (3.0.0)
childprocess (0.2.2) childprocess (0.2.2)
ffi (~> 1.0.6) ffi (~> 1.0.6)
cucumber (1.0.6) cucumber (1.1.9)
builder (>= 2.1.2) builder (>= 2.1.2)
diff-lcs (>= 1.1.2) diff-lcs (>= 1.1.2)
gherkin (~> 2.4.18) gherkin (~> 2.9.0)
json (>= 1.4.6) json (>= 1.4.6)
term-ansicolor (>= 1.0.6) term-ansicolor (>= 1.0.6)
diff-lcs (1.1.3) diff-lcs (1.1.3)
ffi (1.0.9) ffi (1.0.9)
gherkin (2.4.21) gherkin (2.9.3)
json (>= 1.4.6) json (>= 1.4.6)
i18n (0.6.0) i18n (0.6.0)
json (1.6.1) json (1.6.6)
mocha (0.9.8) mocha (0.9.8)
rake rake
multi_json (1.0.3) multi_json (1.0.3)
@ -71,7 +71,7 @@ GEM
sqlite3 (1.3.4) sqlite3 (1.3.4)
sqlite3-ruby (1.3.3) sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3) sqlite3 (>= 1.3.3)
term-ansicolor (1.0.6) term-ansicolor (1.0.7)
timecop (0.3.5) timecop (0.3.5)
tzinfo (0.3.29) tzinfo (0.3.29)
yard (0.7.2) yard (0.7.2)
@ -85,7 +85,7 @@ DEPENDENCIES
aruba aruba
bluecloth bluecloth
bourne bourne
cucumber (~> 1.0.0) cucumber (~> 1.1)
factory_girl! factory_girl!
mocha mocha
rspec (~> 2.0) rspec (~> 2.0)

View file

@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency("activesupport", ">= 3.0.0") s.add_dependency("activesupport", ">= 3.0.0")
s.add_development_dependency("rspec", "~> 2.0") s.add_development_dependency("rspec", "~> 2.0")
s.add_development_dependency("cucumber", "~> 1.0.0") s.add_development_dependency("cucumber", "~> 1.1")
s.add_development_dependency("timecop") s.add_development_dependency("timecop")
s.add_development_dependency("simplecov") s.add_development_dependency("simplecov")
s.add_development_dependency("aruba") s.add_development_dependency("aruba")

View file

@ -12,7 +12,7 @@ When /^"([^"]*)" is added to Factory Girl's file definitions path$/ do |file_nam
append_file_to_factory_girl_definitions_path(new_factory_file) append_file_to_factory_girl_definitions_path(new_factory_file)
When %{I find definitions} step %{I find definitions}
end end
When /^"([^"]*)" is added to Factory Girl's file definitions path as an absolute path$/ do |file_name| When /^"([^"]*)" is added to Factory Girl's file definitions path as an absolute path$/ do |file_name|
@ -20,7 +20,7 @@ When /^"([^"]*)" is added to Factory Girl's file definitions path as an absolute
append_file_to_factory_girl_definitions_path(new_factory_file) append_file_to_factory_girl_definitions_path(new_factory_file)
When %{I find definitions} step %{I find definitions}
end end
When /^I create a "([^"]*)" instance from Factory Girl$/ do |factory_name| When /^I create a "([^"]*)" instance from Factory Girl$/ do |factory_name|
@ -31,7 +31,7 @@ Given /^these super users exist:$/ do |table|
headers = table.headers + ["admin"] headers = table.headers + ["admin"]
rows = table.rows.map { |row| row + [true] } rows = table.rows.map { |row| row + [true] }
new_table = Cucumber::Ast::Table.new([headers] + rows) new_table = Cucumber::Ast::Table.new([headers] + rows)
Given %{the following person exists:}, new_table step %{the following person exists:}, new_table
end end
When /^I find definitions$/ do When /^I find definitions$/ do

View file

@ -7,65 +7,68 @@ PATH
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
activemodel (3.0.9) activemodel (3.2.3)
activesupport (= 3.0.9) activesupport (= 3.2.3)
builder (~> 2.1.2) builder (~> 3.0.0)
i18n (~> 0.5.0) activerecord (3.2.3)
activerecord (3.0.9) activemodel (= 3.2.3)
activemodel (= 3.0.9) activesupport (= 3.2.3)
activesupport (= 3.0.9) arel (~> 3.0.2)
arel (~> 2.0.10) tzinfo (~> 0.3.29)
tzinfo (~> 0.3.23) activesupport (3.2.3)
activesupport (3.0.9) i18n (~> 0.6)
multi_json (~> 1.0)
appraisal (0.3.8) appraisal (0.3.8)
bundler bundler
rake rake
arel (2.0.10) arel (3.0.2)
aruba (0.3.7) aruba (0.4.11)
childprocess (>= 0.1.9) childprocess (>= 0.2.3)
cucumber (>= 0.10.5) cucumber (>= 1.1.1)
rspec (>= 2.6.0) ffi (>= 1.0.11)
bluecloth (2.1.0) rspec (>= 2.7.0)
bourne (1.0) bluecloth (2.2.0)
mocha (= 0.9.8) bourne (1.1.2)
builder (2.1.2) mocha (= 0.10.5)
childprocess (0.1.9) builder (3.0.0)
childprocess (0.3.1)
ffi (~> 1.0.6) ffi (~> 1.0.6)
cucumber (1.0.0) cucumber (1.1.9)
builder (>= 2.1.2) builder (>= 2.1.2)
diff-lcs (>= 1.1.2) diff-lcs (>= 1.1.2)
gherkin (~> 2.4.1) gherkin (~> 2.9.0)
json (>= 1.4.6) json (>= 1.4.6)
term-ansicolor (>= 1.0.5) term-ansicolor (>= 1.0.6)
diff-lcs (1.1.2) diff-lcs (1.1.3)
ffi (1.0.9) ffi (1.0.11)
gherkin (2.4.1) gherkin (2.9.3)
json (>= 1.4.6) json (>= 1.4.6)
i18n (0.5.0) i18n (0.6.0)
json (1.5.3) json (1.6.6)
mocha (0.9.8) metaclass (0.0.1)
rake mocha (0.10.5)
multi_json (1.1.0) metaclass (~> 0.0.1)
rake (0.9.2) multi_json (1.2.0)
rspec (2.6.0) rake (0.9.2.2)
rspec-core (~> 2.6.0) rspec (2.9.0)
rspec-expectations (~> 2.6.0) rspec-core (~> 2.9.0)
rspec-mocks (~> 2.6.0) rspec-expectations (~> 2.9.0)
rspec-core (2.6.4) rspec-mocks (~> 2.9.0)
rspec-expectations (2.6.0) rspec-core (2.9.0)
diff-lcs (~> 1.1.2) rspec-expectations (2.9.1)
rspec-mocks (2.6.0) diff-lcs (~> 1.1.3)
rspec-mocks (2.9.0)
simplecov (0.6.1) simplecov (0.6.1)
multi_json (~> 1.0) multi_json (~> 1.0)
simplecov-html (~> 0.5.3) simplecov-html (~> 0.5.3)
simplecov-html (0.5.3) simplecov-html (0.5.3)
sqlite3 (1.3.3) sqlite3 (1.3.5)
sqlite3-ruby (1.3.3) sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3) sqlite3 (>= 1.3.3)
term-ansicolor (1.0.5) term-ansicolor (1.0.7)
timecop (0.3.5) timecop (0.3.5)
tzinfo (0.3.28) tzinfo (0.3.32)
yard (0.7.2) yard (0.7.5)
PLATFORMS PLATFORMS
ruby ruby
@ -76,7 +79,7 @@ DEPENDENCIES
aruba aruba
bluecloth bluecloth
bourne bourne
cucumber (~> 1.0.0) cucumber (~> 1.1)
factory_girl! factory_girl!
mocha mocha
rspec (~> 2.0) rspec (~> 2.0)

View file

@ -7,74 +7,68 @@ PATH
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
activemodel (3.1.0) activemodel (3.2.3)
activesupport (= 3.1.0) activesupport (= 3.2.3)
bcrypt-ruby (~> 3.0.0)
builder (~> 3.0.0) builder (~> 3.0.0)
i18n (~> 0.6) activerecord (3.2.3)
activerecord (3.1.0) activemodel (= 3.2.3)
activemodel (= 3.1.0) activesupport (= 3.2.3)
activesupport (= 3.1.0) arel (~> 3.0.2)
arel (~> 2.2.1)
tzinfo (~> 0.3.29) tzinfo (~> 0.3.29)
activesupport (3.1.0) activesupport (3.2.3)
i18n (~> 0.6)
multi_json (~> 1.0) multi_json (~> 1.0)
appraisal (0.3.8) appraisal (0.3.8)
bundler bundler
rake rake
arel (2.2.1) arel (3.0.2)
aruba (0.4.5) aruba (0.4.11)
bcat (>= 0.6.1) childprocess (>= 0.2.3)
childprocess (>= 0.1.9) cucumber (>= 1.1.1)
cucumber (>= 0.10.7) ffi (>= 1.0.11)
rdiscount (>= 1.6.8) rspec (>= 2.7.0)
rspec (>= 2.6.0) bluecloth (2.2.0)
bcat (0.6.1) bourne (1.1.2)
rack (~> 1.0) mocha (= 0.10.5)
bcrypt-ruby (3.0.0)
bluecloth (2.1.0)
bourne (1.0)
mocha (= 0.9.8)
builder (3.0.0) builder (3.0.0)
childprocess (0.2.1) childprocess (0.3.1)
ffi (~> 1.0.6) ffi (~> 1.0.6)
cucumber (1.0.2) cucumber (1.1.9)
builder (>= 2.1.2) builder (>= 2.1.2)
diff-lcs (>= 1.1.2) diff-lcs (>= 1.1.2)
gherkin (~> 2.4.5) gherkin (~> 2.9.0)
json (>= 1.4.6) json (>= 1.4.6)
term-ansicolor (>= 1.0.5) term-ansicolor (>= 1.0.6)
diff-lcs (1.1.3) diff-lcs (1.1.3)
ffi (1.0.9) ffi (1.0.11)
gherkin (2.4.16) gherkin (2.9.3)
json (>= 1.4.6) json (>= 1.4.6)
i18n (0.6.0) i18n (0.6.0)
json (1.5.4) json (1.6.6)
mocha (0.9.8) metaclass (0.0.1)
rake mocha (0.10.5)
multi_json (1.0.3) metaclass (~> 0.0.1)
rack (1.3.2) multi_json (1.2.0)
rake (0.9.2) rake (0.9.2.2)
rdiscount (1.6.8) rspec (2.9.0)
rspec (2.6.0) rspec-core (~> 2.9.0)
rspec-core (~> 2.6.0) rspec-expectations (~> 2.9.0)
rspec-expectations (~> 2.6.0) rspec-mocks (~> 2.9.0)
rspec-mocks (~> 2.6.0) rspec-core (2.9.0)
rspec-core (2.6.4) rspec-expectations (2.9.1)
rspec-expectations (2.6.0) diff-lcs (~> 1.1.3)
diff-lcs (~> 1.1.2) rspec-mocks (2.9.0)
rspec-mocks (2.6.0)
simplecov (0.6.1) simplecov (0.6.1)
multi_json (~> 1.0) multi_json (~> 1.0)
simplecov-html (~> 0.5.3) simplecov-html (~> 0.5.3)
simplecov-html (0.5.3) simplecov-html (0.5.3)
sqlite3 (1.3.4) sqlite3 (1.3.5)
sqlite3-ruby (1.3.3) sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3) sqlite3 (>= 1.3.3)
term-ansicolor (1.0.6) term-ansicolor (1.0.7)
timecop (0.3.5) timecop (0.3.5)
tzinfo (0.3.29) tzinfo (0.3.32)
yard (0.7.2) yard (0.7.5)
PLATFORMS PLATFORMS
ruby ruby
@ -85,7 +79,7 @@ DEPENDENCIES
aruba aruba
bluecloth bluecloth
bourne bourne
cucumber (~> 1.0.0) cucumber (~> 1.1)
factory_girl! factory_girl!
mocha mocha
rspec (~> 2.0) rspec (~> 2.0)

View file

@ -7,61 +7,57 @@ PATH
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
activemodel (3.2.0) activemodel (3.2.3)
activesupport (= 3.2.0) activesupport (= 3.2.3)
builder (~> 3.0.0) builder (~> 3.0.0)
activerecord (3.2.0) activerecord (3.2.3)
activemodel (= 3.2.0) activemodel (= 3.2.3)
activesupport (= 3.2.0) activesupport (= 3.2.3)
arel (~> 3.0.0) arel (~> 3.0.2)
tzinfo (~> 0.3.29) tzinfo (~> 0.3.29)
activesupport (3.2.0) activesupport (3.2.3)
i18n (~> 0.6) i18n (~> 0.6)
multi_json (~> 1.0) multi_json (~> 1.0)
appraisal (0.3.8) appraisal (0.3.8)
bundler bundler
rake rake
arel (3.0.0) arel (3.0.2)
aruba (0.4.6) aruba (0.4.11)
bcat (>= 0.6.1) childprocess (>= 0.2.3)
childprocess (>= 0.2.0) cucumber (>= 1.1.1)
cucumber (>= 1.0.2) ffi (>= 1.0.11)
rdiscount (>= 1.6.8) rspec (>= 2.7.0)
rspec (>= 2.6.0)
bcat (0.6.2)
rack (~> 1.0)
bluecloth (2.2.0) bluecloth (2.2.0)
bourne (1.0) bourne (1.1.2)
mocha (= 0.9.8) mocha (= 0.10.5)
builder (3.0.0) builder (3.0.0)
childprocess (0.3.0) childprocess (0.3.1)
ffi (~> 1.0.6) ffi (~> 1.0.6)
cucumber (1.0.6) cucumber (1.1.9)
builder (>= 2.1.2) builder (>= 2.1.2)
diff-lcs (>= 1.1.2) diff-lcs (>= 1.1.2)
gherkin (~> 2.4.18) gherkin (~> 2.9.0)
json (>= 1.4.6) json (>= 1.4.6)
term-ansicolor (>= 1.0.6) term-ansicolor (>= 1.0.6)
diff-lcs (1.1.3) diff-lcs (1.1.3)
ffi (1.0.11) ffi (1.0.11)
gherkin (2.4.21) gherkin (2.9.3)
json (>= 1.4.6) json (>= 1.4.6)
i18n (0.6.0) i18n (0.6.0)
json (1.6.5) json (1.6.6)
mocha (0.9.8) metaclass (0.0.1)
rake mocha (0.10.5)
multi_json (1.0.4) metaclass (~> 0.0.1)
rack (1.4.0) multi_json (1.2.0)
rake (0.9.2.2) rake (0.9.2.2)
rdiscount (1.6.8) rspec (2.9.0)
rspec (2.8.0) rspec-core (~> 2.9.0)
rspec-core (~> 2.8.0) rspec-expectations (~> 2.9.0)
rspec-expectations (~> 2.8.0) rspec-mocks (~> 2.9.0)
rspec-mocks (~> 2.8.0) rspec-core (2.9.0)
rspec-core (2.8.0) rspec-expectations (2.9.1)
rspec-expectations (2.8.0) diff-lcs (~> 1.1.3)
diff-lcs (~> 1.1.2) rspec-mocks (2.9.0)
rspec-mocks (2.8.0)
simplecov (0.6.1) simplecov (0.6.1)
multi_json (~> 1.0) multi_json (~> 1.0)
simplecov-html (~> 0.5.3) simplecov-html (~> 0.5.3)
@ -71,8 +67,8 @@ GEM
sqlite3 (>= 1.3.3) sqlite3 (>= 1.3.3)
term-ansicolor (1.0.7) term-ansicolor (1.0.7)
timecop (0.3.5) timecop (0.3.5)
tzinfo (0.3.31) tzinfo (0.3.32)
yard (0.7.4) yard (0.7.5)
PLATFORMS PLATFORMS
ruby ruby
@ -83,7 +79,7 @@ DEPENDENCIES
aruba aruba
bluecloth bluecloth
bourne bourne
cucumber (~> 1.0.0) cucumber (~> 1.1)
factory_girl! factory_girl!
mocha mocha
rspec (~> 2.0) rspec (~> 2.0)