Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/cucumber/cucumber-rails

Rails Generators for Cucumber with special support for Capybara and DatabaseCleaner
https://github.com/cucumber/cucumber-rails

Words

5c7030a1d52a8fc008ce51962e7fdade0fdfdf69 authored almost 14 years ago by aslakhellesoy <[email protected]>
Remove Cucumber::Rails::World.use_transactional_fixtures

7ea384fb61cd02afc2e3dbe8f1892ffcf532e693 authored almost 14 years ago by aslakhellesoy <[email protected]>
Release 0.4.0.beta.1

4db8596a346ad679ca7714c4f7f3a9b575d90236 authored almost 14 years ago by aslakhellesoy <[email protected]>
More tweaks

c51706cc8ca0451011909ef1f68bde9539ce98e2 authored almost 14 years ago by aslakhellesoy <[email protected]>
Big changes, making things more organised.

e897d6e012d85728cb3f06209dd5a5f3e2a01d01 authored almost 14 years ago by aslakhellesoy <[email protected]>
Move Rails2 and Rails3 stuff into separate files - easier to read and maintain. Simplify @allow-rescue implementation on Rails3.

885ac8b2026e4bca0d40fe67a291ba729c27c1eb authored almost 14 years ago by aslakhellesoy <[email protected]>
Bump cucumber version. Only use gem path when running cukes.

7e9558cca11681a5455c367030d5244cff10359f authored almost 14 years ago by aslakhellesoy <[email protected]>
Add support for Rails-style date selection.

5c2a734bf2e63cd53796074c570434cefa3ad9f6 authored almost 14 years ago by Rob Holland <[email protected]>
Merge branch 'master' of git://github.com/msolli/cucumber-rails

ad3a1f4ffdab02fe6871ce1e0a9a5cc753dd677c authored almost 14 years ago by aslakhellesoy <[email protected]>
Merge branch 'master' of git://github.com/rodrigomanhaes/cucumber-rails

e854e36acf81eea611b7f33ad8cb0cb695ad4a69 authored almost 14 years ago by aslakhellesoy <[email protected]>
Expand path for attached files so that capybara drivers in separate processes can still find the right file.

119633bcd2c26f3d759418744998ce11162c358c authored almost 14 years ago by Rob Holland <[email protected]>
Merge branch 'master' of git://github.com/slbug/cucumber-rails

b0cb33381e378fbf1860a4389ffc3645b15f6d95 authored almost 14 years ago by aslakhellesoy <[email protected]>
Merge branch 'master' of git://github.com/jfelchner/cucumber-rails

5de99085a54fd1d2dbec0c7ee56cd1a9b360ebf1 authored almost 14 years ago by aslakhellesoy <[email protected]>
ZOMG closer to passing cuke suite

6f269782f1dd52e74d31d91f74dd6c0ff1320c1b authored almost 14 years ago by aslakhellesoy <[email protected]>
Fix click_link fails with Capybara >= 0.4.0

w/ assist from @botandrose

Should be working correctly on Capybara 0.3.9 as well.

68044f45fdfd0f7c1006699be9a15f11fbed2ac1 authored almost 14 years ago by jfelchner <[email protected]>
Possible fix for rails 3.1. fixed typo

802321b33a0d97567e8294765a0c32bf40b745cd authored about 14 years ago by bUg <[email protected]>
Possible fix for rails 3.1

b161120ba356cea55cbdbd6158f178c6d0b8cefc authored about 14 years ago by bUg <[email protected]>
Fix for regexp in "Given I am on #{page_name}" web step for Norwegian and Danish.

b5026c58979ee5a388746e557171e20a8e9a833e authored about 14 years ago by Martin Solli <[email protected]>
HtmlSelectorsHelpers allows custom selector type, not just default selector type

7a2dffe197f2df1f9a79443640016cd8688ac5d8 authored about 14 years ago by Bodaniel Jeanes <[email protected]>
Fixed typo

16cde0524f6a39a374a818c8ea38fb49cea698e5 authored about 14 years ago by Bodaniel Jeanes <[email protected]>
Updated the Czech, Danish, Spanish, Norwegian, and Portuguese web steps for new "within" behaviour, adding support for scoping more of the steps as a bonus.

The other languages' syntax is sufficiently different such that my approach for automatically sc...

adf103cbabb3553a7a4227963900b6c1fc134a83 authored about 14 years ago by Bodaniel Jeanes <[email protected]>
Updated English web steps (Capybara + Webrat) to accommodate named selectors using the HtmlSelectorsHelpers module

Note: This resulted in a pretty nice refactoring of most of the Capybara steps by removing all t...

26794cb03af9f1f73d9679bf5aca626a9aedb23f authored about 14 years ago by Bodaniel Jeanes <[email protected]>
Added selectors.rb and required/tested it in all the same places as paths.rb

9dfc2898724dfc96e56fc824eaea24dfff68f6e5 authored about 14 years ago by Bodaniel Jeanes <[email protected]>
more work on the test suite

ae7c956c50fcbe1b0ab3abbaa7ada89aded4accb authored about 14 years ago by aslakhellesoy <[email protected]>
Better installation. Add gems to Gemfile.

b8160665a979025bba1af14052f5135e891d88d1 authored about 14 years ago by aslakhellesoy <[email protected]>
Simplify

89fc238c3613f06930ef79f55b805791473922c5 authored about 14 years ago by aslakhellesoy <[email protected]>
Yay the run cucumber feature passing again

7ec9779ec2920b9eb4ed96af6a3dd92387eef4ff authored about 14 years ago by aslakhellesoy <[email protected]>
Much improved cucumber suite - work in progress.

845b5c96099b103bbba56743b8951ac6770ff541 authored about 14 years ago by aslakhellesoy <[email protected]>
Improving gem setup

4665b8e8d25c5452cdafc1c538b4826c9c9c2cef authored about 14 years ago by aslakhellesoy <[email protected]>
Depend on Nokogiri. Closes #53.

7e29c9fa20e2fb4873424008280dfeedd9a55899 authored about 14 years ago by aslakhellesoy <[email protected]>
fixed verb conjugation for pt-BR web steps

752909f5469c80e5bcb7604961dd69d9f4acf730 authored about 14 years ago by Rodrigo Manhães <[email protected]>
Add another example demonstrating how to pull data out of a more complex table.

0fe7e4f5a431820d7ffaf79b028ee0aa50bee5f3 authored over 14 years ago by aslakhellesoy <[email protected]>
Use RSpec2

170f2682a0b46022d1cb7370af8ec844f2259a59 authored over 14 years ago by aslakhellesoy <[email protected]>
Get rid of versions until we have a better way to make sure they are uptodate.

b75110d33681123b70f7bb0d1cf300c030c79f9f authored over 14 years ago by aslakhellesoy <[email protected]>
Release 0.3.2

d9afa25ff8d0a68590aefdc5e29ae95e1835ae3a authored over 14 years ago by aslakhellesoy <[email protected]>
renamed cucumber:skeleton to cucumber:install

0c17a797ac8c7964b33a99e6cb6bcfb0afeddb55 authored over 14 years ago by aslakhellesoy <[email protected]>
Improved features

bee449e6cba17dd6915d771b9a53ce329a9bb40c authored over 14 years ago by aslakhellesoy <[email protected]>
No need to escape quotes in step defs. (The only annoying thing is that TextMate now highlights incorrectly, but that's a TextMate bug).

ca82c8bcd9d53cf107f45680dbc86b59f2a29cf6 authored over 14 years ago by aslakhellesoy <[email protected]>
Bump version (not releasing yet)

5e46e6cbaa4c7117d64555d09009ddd7135070cd authored over 14 years ago by aslakhellesoy <[email protected]>
Various updates for all of the moving parts

453646ff049a3ff70afde07a47a29e02e21da426 authored over 14 years ago by aslakhellesoy <[email protected]>
We won't bother supporting old rspec 2.0.0.beta versions.

ffafbbef9099c83d62ca3aaf02e9340c87fe7eac authored over 14 years ago by aslakhellesoy <[email protected]>
Merge branch 'master' of git://github.com/rmehner/cucumber-rails

2b3947009f0d6a70caf817baf506cf0f4cb851b0 authored over 14 years ago by aslakhellesoy <[email protected]>
Note to self

e6fcd9e7015289bfbb531498cb9310bdf42c1dd3 authored over 14 years ago by aslakhellesoy <[email protected]>
Get rid of warnings about capitalization of RSpec.

RSpec 2 uses "RSpec", as opposed to "Rspec", for its module name.

c4714126755ec8b695ad1c2c6dcd8fb770fe7f83 authored over 14 years ago by Pete Yandell <[email protected]>
Fixed the capybara_steps.rb skeleton to use Capybara's changed behaviour to return boolean values for checked checkbox fields instead of the "checked" string.

1dd77842c42b6ecef92e125785c612fc9c36a65e authored over 14 years ago by Robin Mehner <[email protected]>
Fixed RSpec constant name in rspec.rb

8b526314ead789128fda22814256e927a69d9cbd authored over 14 years ago by Gabor Ratky <[email protected]>
Added License. (Since most of this code is extracted from Cucumber, which itself uses the MIT License, we were actually violating Cucumber's License). All OK now.

cf94d2ca164c7ab361c423b5eba5b3af128cf97b authored over 14 years ago by aslakhellesoy <[email protected]>
Release 0.3.1

3b2adf9a6bc62561826f3934d9a5e512bd5dab24 authored over 14 years ago by aslakhellesoy <[email protected]>
Merge branch 'fix-invalid-gemspec' of git://github.com/qmx/cucumber-rails

834056b21806b1955646eddf7ca0323b83764bde authored over 14 years ago by aslakhellesoy <[email protected]>
Upgrade to Cucumber 0.7.2.

b556ce3d33b0f77cc9364c7fdbe70ffd25760a7c authored over 14 years ago by aslakhellesoy <[email protected]>
fixing invalid gemspec warning

42ea7182fb88e484626e295a85a0c6e7c3ecbe20 authored over 14 years ago by Douglas Campos <[email protected]>
test-unit gem is no longer required on 1.9.1

ae46e6f79555eb3da0d5229927f69f314913dd7c authored over 14 years ago by aslakhellesoy <[email protected]>
Merge

e131cea57259d217c8d4cf25b4a9f52d94ae813b authored over 14 years ago by aslakhellesoy <[email protected]>
Merge branch 'capybara_field_content_assertion_textarea_support' of git://github.com/nruth/cucumber-rails

23e6b998d33056e7d45608c20462c8ce008f7f1d authored over 14 years ago by aslakhellesoy <[email protected]>
Merge branch 'master' of git://github.com/ryanbooker/cucumber-rails

35550a81e395554ad038c2030a27378b29a59e0e authored over 14 years ago by aslakhellesoy <[email protected]>
Fix query params

827f2a1dc60deaabf7f3eeddb4ac4f6cd075f4fd authored over 14 years ago by aslakhellesoy <[email protected]>
Merge macksmind/should_have_query_string with master

2544abd24ed865aa90e4c4a37096ca9099f003a3 authored over 14 years ago by aslakhellesoy <[email protected]>
Add scenario for query matching

d7d64ca4af97d513ca5bfad658750e463556f12f authored over 14 years ago by aslakhellesoy <[email protected]>
Attributions

685aa45a4b522c8fbff3108cb75fa739e6a736d2 authored over 14 years ago by aslakhellesoy <[email protected]>
Merge branch 'master' of git://github.com/rubysolo/cucumber-rails

f415e2bf72e5057bae998e538cb458e2ff22984e authored over 14 years ago by aslakhellesoy <[email protected]>
Add explicit versions

ef57dc05f21aa11bdeb2fc6057de17f87ade3dca authored over 14 years ago by aslakhellesoy <[email protected]>
Merge branch 'master' of git://github.com/msassak/cucumber-rails

abbb75954fcb9088026d68c4985c1dee09457abd authored over 14 years ago by aslakhellesoy <[email protected]>
Some minor fixes

1c7d2f681e558a744ff42d6616aeb43f7872f985 authored over 14 years ago by aslakhellesoy <[email protected]>
Adding textarea support to capybara field content assertion stepdef.

e5864f79bdcce637530e8a7d8495fc6d8827efab authored over 14 years ago by Nicholas Rutherford <[email protected]>
Update History

f8248890f064ad58a8bfc20c415f5a643c472327 authored over 14 years ago by Mike Sassak <[email protected]>
Add a cucumber:rerun rake task and test with that

3e8e1da1f8520d77e256d4a47789fb83c1d16a4b authored over 14 years ago by Mike Sassak <[email protected]>
Feature to test rerun profile

17a5c3b981b925672c2dd264b11fdb8d7f551ffc authored over 14 years ago by Mike Sassak <[email protected]>
--capybara to fix rails3 generator

7d319eb97de2dd5ce9b1fd51092db7ebb410f049 authored over 14 years ago by Mike Sassak <[email protected]>
Fat-fingered that one

6971c587a6036a10fee50875bb74bcf6dd77f874 authored over 14 years ago by Mike Sassak <[email protected]>
Ensure active_record isn't included when --skip_database is specified

3b29e415307b3752a6139511651efd6ac61001fc authored over 14 years ago by Ryan Booker <[email protected]>
Move rerun.txt to the rerun profile

24b40779d4e30fcc89fa7ff8a25569d1ff4771aa authored over 14 years ago by Mike Sassak <[email protected]>
Default profile of cucumber.yml should also support custom cucumber formatter if rerun.txt isn't given.

14b4728a7e00feeb7f0bd5c73dfa50d6d0067cea authored over 14 years ago by Roman Chernyatchik <[email protected]>
recognize named routes out of the box.

see http://onrails.org/articles/2010/04/06/cucumber-meet-routes.

00a3bd796363c243b2ea15321e8dca62c7f002c6 authored over 14 years ago by Solomon White <[email protected]>
Improved features by using new Gemfile support in Aruba.

50992ea1d6ba314e6ead6e568ab0d7d509332632 authored over 14 years ago by aslakhellesoy <[email protected]>
Change construction of expected_params

fb10ddd33be2da5d2ec8c1e70e148b8960e95b62 authored over 14 years ago by Mack Earnhardt <[email protected]>
Added new Then /^(?:|I )should see JSON:$/ step definition to Capybara - useful for REST.

ed72c3073b2db9b9efe4fba2437e4963b4f18542 authored over 14 years ago by aslakhellesoy <[email protected]>
Rspec::Rails::Matchers is not defined in RSpec-Rails 2

5b356dfa71eda158f2677d2e459c2741fd8da4d2 authored over 14 years ago by aslakhellesoy <[email protected]>
Words

6d65e93bc9adc693f7c761300584ecc7619e2235 authored over 14 years ago by aslakhellesoy <[email protected]>
Merge branch 'master' of git://github.com/bdmac/cucumber-rails

f8b143e9cf7e38f4800c084ae32b79e368da0ddf authored over 14 years ago by aslakhellesoy <[email protected]>
Updated README

c6549018bbd17b2cec7b8ee4b255cf5cd014cc2e authored over 14 years ago by Brian McManus <[email protected]>
[FEATURE] Added the ability to parse HTML tables with col/row spans.

975ceadaa0f4e8faa5e877b7e2d6e4df4f4a060d authored over 14 years ago by Josh Bassett <[email protected]>
Updated tablish to size to largest row.

bfa8db473d82b1a3c278ad5540d73f6336532ed2 authored over 14 years ago by Josh Bassett <[email protected]>
Merge branch 'ion1/master'

287222f44bb030919ed1d6d5ca142190b670bee1 authored over 14 years ago by aslakhellesoy <[email protected]>
Attribution

6f8911ff9f7ef7233d28e665be82e172867de978 authored over 14 years ago by aslakhellesoy <[email protected]>
Bugfix: @culerity tag breaks Rails 3 RESTful helpers. Closes #17.

48ca8ba833e6159067aadbe2d2e5386c9ec70724 authored over 14 years ago by aslakhellesoy <[email protected]>
{capybara,webrat}_specs.rb: Support RSpec 2

e0b71901e1714f6b1c5ccfcfd4085bc305d34fdb authored over 14 years ago by Johan Kiviniemi <[email protected]>
Update gem versions and tighten up features

9b5b9defbaf27cd068699852ac92f3bec5b60508 authored over 14 years ago by aslakhellesoy <[email protected]>
fixed validation message from rubygems

60bdfe7599ea9c0024d0975ec9e988f838ab51f2 authored over 14 years ago by samuel tonini <[email protected]>
adjust git source url

8267b980bc754f6e6392a7e238dae134b99dd6aa authored over 14 years ago by samuel tonini <[email protected]>
Use new keyword

f7a6004ce238e1b4a300ad625ab64dc46cd0153a authored over 14 years ago by Aslak Hellesøy <[email protected]>
Use German keywords

c1a6506b7a13f5a6dc3815a4c778829c5beab8ea authored over 14 years ago by Aslak Hellesøy <[email protected]>
Attribution

0d54e73fe263c269c2b0f3a566bc680859eaf449 authored over 14 years ago by Aslak Hellesøy <[email protected]>
Merge branch 'master' of git://github.com/marocchino/cucumber-rails

503d3d624b24c01cd1346709c99b8a9c5d5fc879 authored over 14 years ago by Aslak Hellesøy <[email protected]>
Merge branch 'master' of git://github.com/moro/cucumber-rails

c104869f6c9c4f75f9a5ad184246fc05f100b565 authored over 14 years ago by Aslak Hellesøy <[email protected]>
Remove redundant tags

46d0cf891ebfde6764fc84422f9e13e6f984eb26 authored over 14 years ago by Aslak Hellesøy <[email protected]>
translate Gievn/When/Then to ja.

thanks to comment on
http://github.com/moro/cucumber-rails/commit/df07c8e986a46e13a68e9803563a79...

9bab7b74abaa83c9dd35ac8f35356284a94dfbee authored over 14 years ago by moro <[email protected]>
Merge commit 'origin/master'

0d422a6cdccbf31c3c568ed349a90b116a5c6667 authored over 14 years ago by moro <[email protected]>
korean keywords

0a3b4fd30aa14c3c7a45fe11e6dda94185094d2c authored over 14 years ago by Shim Taewon <[email protected]>
korean translation

cc63bc5729cf6912c54a8bc01bf3c2fe22734943 authored over 14 years ago by Shim Taewon <[email protected]>
Added @no-js-emulation

dfe145a77c61a1fa90d67d8e9e6b0d0520e56229 authored over 14 years ago by Aslak Hellesøy <[email protected]>