Ecosyste.ms: OpenCollective

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

github.com/cucumber/aruba

Test command-line applications with Cucumber-Ruby, RSpec or Minitest.
https://github.com/cucumber/aruba

Added /^the stderr should contain exactly:"$/ and /^the stdout should contain exactly:"$/

1cca0f2433b418e7e3a4a3d5671c2531bf5a7101 authored about 14 years ago by aslakhellesoy <[email protected]>
Fix stupid bug

f36dfe2ce4088bb63a33d6d313b9edf194cef5ef authored about 14 years ago by aslakhellesoy <[email protected]>
Added /it should pass with exactly:/

f6834048796bad36a3868a6152bf9e9a43c4c48a authored about 14 years ago by aslakhellesoy <[email protected]>
merge aslakhellesoy/master

246e66cdfcbd442796f622f5bf2eee41311f2bb3 authored about 14 years ago by Mike Sassak <[email protected]>
Release 0.2.4

17fd0af079a376efadc811206281ca3e9426d4b2 authored about 14 years ago by aslakhellesoy <[email protected]>
Added step definitions for removing files and checking presence of a single file.

eb3891950b186e0738fb601f66c3ea89fbf328f7 authored about 14 years ago by aslakhellesoy <[email protected]>
Upgrade gems

f163029e702d9dfcf12937caf8b992ed109faead authored about 14 years ago by aslakhellesoy <[email protected]>
Add note on new step defs

ef1ace5c87dd85235e37e5d0da22385adfeede5a authored about 14 years ago by Mike Sassak <[email protected]>
Mark custom names scenario wip

52e92a5ca750a00d621353573077717fb8cab680 authored about 14 years ago by Mike Sassak <[email protected]>
Use accessor rather than direct variable access

da6cdb32a6a46b118f58b8f268c494ae94d94e67 authored about 14 years ago by Mike Sassak <[email protected]>
Detect STDERR from named source

b62c1c93c65a7b6199c585c9f471b4deab2cc76f authored about 14 years ago by Mike Sassak <[email protected]>
Detect stdout from a named source

1391cfd535b6ebbc82f1c8f339320fcffdb16174 authored about 14 years ago by Mike Sassak <[email protected]>
Extract concern for stopping processes and changing current dir into common method

3bc734746d4844a2728261756d4b0be8e3d858d1 authored about 14 years ago by Mike Sassak <[email protected]>
Attribution

9559b2a273693c98713f023fab106e25923ff6c7 authored about 14 years ago by Mike Sassak <[email protected]>
Stop all processes before verifying filesystem changes

24a0d234dc1e108da0e17929bf4bf448bcf5020c authored about 14 years ago by Mike Sassak <[email protected]>
Merge branch 'interactive' into 17-assert-fails-with-async-command

915d703841d1aa7f5d6c1d36977757582f991403 authored about 14 years ago by Mike Sassak <[email protected]>
History and attribution

3aa71cf10b5edc3311e88099c6dc192d05650c9d authored about 14 years ago by Mike Sassak <[email protected]>
Stop running processes before checking for directory presence

6e9dd3f22a718903a63e87d4565e7a33b1b4ddd6 authored about 14 years ago by Mike Sassak <[email protected]>
WIP passing because of sleep step

28bc53be8193b1b07e36b90d7bf0cd08e67734e4 authored about 14 years ago by Mike Sassak <[email protected]>
Only running simply supports announcing output

20c111f8fd4716ce1882c63c109b07b502e191c5 authored about 14 years ago by Mike Sassak <[email protected]>
Refactor run helper method

f4b4157f8c0a0f9d48440a2be289ad65594c1d7e authored about 14 years ago by Mike Sassak <[email protected]>
Attribution

95eebcffa443cd3c4e471e9a264b951f4909e8aa authored about 14 years ago by Mike Sassak <[email protected]>
Don't hang when running processes outputting large amounts of data

8819013d3cda97c1b21334f2cc4fd7f9ecbf4b0a authored about 14 years ago by Mike Sassak <[email protected]>
Re-order method

1524979dae80e1d1397965ddb17a3171009edb8c authored about 14 years ago by Mike Sassak <[email protected]>
Remove unused accessors

475b2dbcb997e735523271baf4a55724aff12331 authored about 14 years ago by Mike Sassak <[email protected]>
Move Aruba::Process into its own file

207722c21ee6c9361d014f28c7a7a5afcfe2ee12 authored about 14 years ago by Mike Sassak <[email protected]>
Minor cleanups, rename #exitstatus to #stop

ffa694673bb7b82b244e4740fa884df479770fa2 authored about 14 years ago by Mike Sassak <[email protected]>
Remove unused code

f7c6eade7fb31cd0638e67ad3da30889bd9f1af4 authored about 14 years ago by Mike Sassak <[email protected]>
Simplify, cleanup output handling

5764062634d81c6c3c17bc858a8907dd2bc8a617 authored about 14 years ago by Mike Sassak <[email protected]>
Move all process execution into the Process class

03eee8fc05deb4e02033e131da3b9a681b4c1665 authored about 14 years ago by Mike Sassak <[email protected]>
Use new Process class for running simply

b27e6accce69a6ea7eaa38d9531785c86673189b authored about 14 years ago by Mike Sassak <[email protected]>
Remove last_stdout, last_stderr ivars

2c90aa66f89278b96bfbe52c7fb3814d9a198d73 authored over 14 years ago by Mike Sassak <[email protected]>
WIP no more

5c36bf6eabdae89d5c6520c61c910522f9e2c099 authored over 14 years ago by Mike Sassak <[email protected]>
Add 'a directory named "whatever" should (not) exist'

Allows us to check for the presence/absence of a single directory without going into a full table

193aba11c097142b79bc819cb0734799a27e5703 authored over 14 years ago by rspeicher <[email protected]>
Add 'a file named "whatever" should (not) exist'

Allows us to check for the presence/absence of a single file without going into a full table

2a85356cdd0339242a7ac3bdfb113bd7c96c41ac authored over 14 years ago by rspeicher <[email protected]>
Read stdout from a named process passing (and badly in need of

refactoring)

21ef52bd65410f48754118edbd0643b80ddc7ced authored over 14 years ago by Mike Sassak <[email protected]>
Use consistent semantics and behavior (mostly) with steps that

verify one string contains another vs. a string matching a
regular expression.

The exception at ...

a2f6b109faeef0370990aa244efcb39b02e3a050 authored over 14 years ago by Mike Sassak <[email protected]>
WIP detecting output from named source

bdfa441193f629dc457647e6641b8e4e374417cd authored over 14 years ago by Mike Sassak <[email protected]>
Detect output included in all stderr

a6596f26db638707687270dff2114a15fbe0e657 authored over 14 years ago by Mike Sassak <[email protected]>
Detect content included in all stdout

6b948f3d4d4202d4db317ed032ff3eee46aa7499 authored over 14 years ago by Mike Sassak <[email protected]>
Break interactive output into stdout and stderr, WIP still failing

e0d190edbf49110e69105e8435d35e78631cc107 authored over 14 years ago by Mike Sassak <[email protected]>
Rename combined_output to all_output, begin isolating output streams by type of process

2a490f4b3741df2cd65f1d0a1b969ae06676556f authored over 14 years ago by Mike Sassak <[email protected]>
Clarify scenario names

b6cf671e7a8bb4163f8d6c32e084650b403e3d82 authored over 14 years ago by Mike Sassak <[email protected]>
WIP detecting combined stdout

4b0b2d3d5599e8e4b5a59d0ece61671982db67cc authored over 14 years ago by Mike Sassak <[email protected]>
Detect combined output from running a regular and interactive process in

the same scenario

29e5f0a57c226dff5556c337e7b5c0fd3b0ff7ff authored over 14 years ago by Mike Sassak <[email protected]>
Merge branch 'master' into interactive

4982b3a3e78d424ce22e650e3f703b17be89ca89 authored over 14 years ago by Mike Sassak <[email protected]>
Failing WIP, cucumber.yml for WIP and scenarios for future work

edc6d32c40c8aae2610dca78d7a146ed54051045 authored over 14 years ago by Mike Sassak <[email protected]>
Release 0.2.3

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

1e354d62ad459c884b78846c071913ebee755b65 authored over 14 years ago by aslakhellesoy <[email protected]>
Fix refs 2 tickets

f46cc1f3ee8d5e64be6da2848074a0af3f67f93a authored over 14 years ago by aslakhellesoy <[email protected]>
Attribution. Closes #13.

5a916f3ab6e5f29e940d7296fafac95e1a147c68 authored over 14 years ago by aslakhellesoy <[email protected]>
Merge branch 'master' into nruth/dir_should_not_exist

761c830f4111dc956c236c1c40adf994bab447fd authored over 14 years ago by aslakhellesoy <[email protected]>
Found the ticket that asked for local commands. Closes #7 again.

326e236a625b2b6ac3637a73263101a323ac6aad authored over 14 years ago by aslakhellesoy <[email protected]>
Remove unused stepdefs. Thanks -f usage.

09051e47487ae91e550900d7fd98ed066c7f79d5 authored over 14 years ago by aslakhellesoy <[email protected]>
Added step definitions for comparing file contents with regexps. Closes #9.

0596aa63ddd35763a1407e10a8ce219ae69b4d66 authored over 14 years ago by aslakhellesoy <[email protected]>
Always add ./bin to path

b0ff9cba055fb47c54ee9382a9f1a128fae8badb authored over 14 years ago by aslakhellesoy <[email protected]>
Merged. Closes #4.

16fa7be04b3af3527c76066ef644c0f64fa6548f authored over 14 years ago by aslakhellesoy <[email protected]>
Attribution

db714ce992306252ad057bb934433337a4657e41 authored over 14 years ago by aslakhellesoy <[email protected]>
Don't depend on gherkin

4d9e774fbf7504ffa9f53e32e156c22a60498de8 authored over 14 years ago by aslakhellesoy <[email protected]>
Resolve conflict

01d20b68a100e8a767ee3666491431986a81314e authored over 14 years ago by aslakhellesoy <[email protected]>
Merge remote branch 'aslakhellesoy/bundler' into interactive

42ce3cf333d021f5e468fd84641b7f9a27065ae4 authored over 14 years ago by Mike Sassak <[email protected]>
Run processes interactively

413bdd918d5753202f2aeb289f36f6a6ce1d3970 authored over 14 years ago by Mike Sassak <[email protected]>
Release 0.2.2

92c53d1fd8eaf18d834393503cced6b3cea0fc8c authored over 14 years ago by aslakhellesoy <[email protected]>
Cleanup

3720055ea7f6ba238896602eb915bbe43da3d776 authored over 14 years ago by Mike Sassak <[email protected]>
All tests passing with background_process

4e948b8d563ee0c2f4f4f69f81be4c07568cd0a6 authored over 14 years ago by Mike Sassak <[email protected]>
All cukes save output.feature:7 passing with background_process

9dc1a3d6b48fdede9e42f8ad87169d7837fbc752 authored over 14 years ago by Mike Sassak <[email protected]>
Combined output

c079cea14410ed7c01053583ad01f1145216bc8a authored over 14 years ago by Mike Sassak <[email protected]>
Tentative step api

c6c824cc3736f69e8f2d56e7d5dd22d8ab422854 authored over 14 years ago by Mike Sassak <[email protected]>
Test bc as well

692a1344a3805e402c3c6df9bdd3e830fc8e676c authored over 14 years ago by Mike Sassak <[email protected]>
First passing interactive scenario

764b7146c3780314ec3f63940bd0381e9188185a authored over 14 years ago by Mike Sassak <[email protected]>
Half-broken interactive session support

7b422a3c70d07e886da12fca61ea7ecc57c9c070 authored over 14 years ago by Mike Sassak <[email protected]>
Added back some simple rvm stuff and added support for ENV vars

618e71f7842772422810fe96eefd1e25516e3272 authored over 14 years ago by aslakhellesoy <[email protected]>
Rails and API stuff

08628f4821812c6ed06477d3fab6679565768ff5 authored over 14 years ago by aslakhellesoy <[email protected]>
whitespace

ed486589898c1033efa28edcac97561249830f08 authored over 14 years ago by aslakhellesoy <[email protected]>
Simplifications

55da4d03f28048063fcec250a2968fb4fb58d4ca authored over 14 years ago by aslakhellesoy <[email protected]>
indent

336bfe1e44e6c8f9e9c447261ce438a19116461a authored over 14 years ago by aslakhellesoy <[email protected]>
Bye bye rvm

098a0623e79581f6383554ddd6845c39582f4399 authored over 14 years ago by aslakhellesoy <[email protected]>
Remove Jeweler. Add Bundler.

d08432898f9e4620bef368fd6bc02b0d74b11b4a authored over 14 years ago by aslakhellesoy <[email protected]>
Add step definition to allow matching pass|fail output against regex

2d5e941f419b543c4a94f27e228b40c16d758d3a authored over 14 years ago by Arve Knudsen <[email protected]>
combined_output: remove line of hyphens separating stdout and stderr

76ca15d1cbe5270a6bdba5026b18a38c48359025 authored over 14 years ago by Arve Knudsen <[email protected]>
fixing "the following directories should not exist:"

ff158bb7ceb5512bdc252556e2ddafa88bc1d889 authored over 14 years ago by Nicholas Rutherford <[email protected]>
Always compare with RSpec should =~ instead of should match. This gives a diff when there is no match. Release 0.2.1.

f14f07af6d9f0b46c072e561f333af4292e9dd9b authored over 14 years ago by aslakhellesoy <[email protected]>
Release 0.2.0

ccb0baf8906aa0841a44c54ffbcedc69dddcf2c4 authored over 14 years ago by aslakhellesoy <[email protected]>
Add Gemspec. Closes #12.

665d06d8f8d517c8612f4f9edcef17535265c0a5 authored over 14 years ago by aslakhellesoy <[email protected]>
Add Gemspec. Closes #12.

40ae987ed19765d2cf9839356c5a8644a503b1c4 authored over 14 years ago by aslakhellesoy <[email protected]>
Added a new feature

ca536ee21f841c48838d6bf7968bb68eb79c8313 authored over 14 years ago by aslakhellesoy <[email protected]>
Check for existence of directory.

fb3fc25ba896ba393320e7253ee4794b9e303712 authored over 14 years ago by justinko <[email protected]>
add gemspec

117eb6e809417bc396cda4bfcde9abd64bad65e1 authored over 14 years ago by David Chelimsky + Aslak Hellesøy <[email protected]>
Update JRuby

fb985caa3fd6e9ed75b2a36cad9c6f39d2621018 authored over 14 years ago by aslakhellesoy <[email protected]>
Added a @puts tag so we can announce with puts instead (gets printed before step executes, not after)

ddc25571a8a6f008baf758d59a86d5534e5d33c8 authored over 14 years ago by aslakhellesoy <[email protected]>
add source to Gemfile and remove redundant scenario

40a9431dd23529362ab9d82c8e9cbc49525c8243 authored over 14 years ago by David Chelimsky + Aslak Hellesøy <[email protected]>
upgrade jruby. 2 failing features. will fix rsn.

e59d0cfa23b6fce35d3f68485b5086ca09d0f2d0 authored over 14 years ago by aslakhellesoy <[email protected]>
Change regexen to avoid conflicts with e.g. Cucumber-Rails. This rings better anyway. Closes #1.

bbdf052ea6fcab1b1b4952f315a885dfe6087c2a authored over 14 years ago by aslakhellesoy <[email protected]>
Added new write stepdef

37b477e2931199afbe93e22dae09a3be7b34f3e1 authored over 14 years ago by aslakhellesoy <[email protected]>
Added GOTGEMS. Release 0.1.9.

0152bfdddc7d5af2fb934e6d2f6ecf3859da9586 authored over 14 years ago by aslakhellesoy <[email protected]>
Release 0.1.8

3a91e2d25f50def8d12b6ae7f923d21638b5b536 authored over 14 years ago by aslakhellesoy <[email protected]>
Make run fail by default

44574171b3f357cc5d63b67a077b62c404b82111 authored almost 15 years ago by aslakhellesoy <[email protected]>
Support gem bundler, making it easier to specify gems.

8ebc89a3329b7f48035a675f79e0aa345858e157 authored almost 15 years ago by aslakhellesoy <[email protected]>
Fix broken scenario

3f28b25b3574f058326d07f013f6e5130a286794 authored almost 15 years ago by aslakhellesoy <[email protected]>
Atribution and History.txt update. Closes #5.

edbcfc94674d9d9bceac7a7e1032b47e9f003462 authored almost 15 years ago by aslakhellesoy <[email protected]>