Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/cucumber/cucumber-ruby-core
Core library for the Ruby flavour of Cucumber
https://github.com/cucumber/cucumber-ruby-core
RSpec 3 seems to be stricter about ordering
5ed2a61db758c98a691c476c161e6fb022596264 authored over 10 years ago by Steve Tooke <[email protected]>
The instantiated step need to know the name of the outline step, so the
un-instantiated name can...
0587706a241f7f377f18c03b537dc7290d521e24 authored over 10 years ago by Matt Wynne <[email protected]>
Add gherkin_statement accessor to Ast::ScenarioOutline and Ast::ExamplesTable
caf12c65df176625f6099e881a9ef0cbaa39dd73 authored over 10 years ago by Matt Wynne <[email protected]>4f773fabb50f393992f1499f7d7dc0e3da064a83 authored over 10 years ago by Björn Rasmusson <[email protected]>
15c8c77aff16b731f4d0da5fceca6a33aedb42cf authored over 10 years ago by Steve Tooke <[email protected]>
16ae62f14982794994b1fa5033f7d8c131e44eae authored over 10 years ago by Matt Wynne <[email protected]>
methods for table diff
b4329d113e855a495723ca9e539185354464181a authored over 10 years ago by Matt Wynne <[email protected]>
This means an After hook will still be executed even if the scenario is
failing.
Merge specs into Mapper's specs
2bf17fc799bfc3864f83623a21ef4bfc4e9b6b1b authored over 10 years ago by Matt Wynne <[email protected]>5de5ad0d0a44ffcfc8b71dff741ebc89b2a589f9 authored over 10 years ago by Matt Wynne <[email protected]>
Responsibility for managing `--dry-run` has move to the front end.
b0ddc21ada9d3a9febe9fc752b1d1b753c25953a authored over 10 years ago by Steve Tooke <[email protected]>
A mapping that raises Result::Skipped will skip that step and all
subsequent steps for a test ca...
Nearly there with RSpec 3.0 support, but there's a strange error in
core_spec - seems the rspec ...
RSpec 3.0 is unable to correctly report blocks with optional paramters
that are yielded by stubb...
`\w` already matches `\d`
```ruby
"5" =~ /\d/ # => 0
"9" =~ /\w/ # => 0
```
Prevents `warning:...
0aa584b9c132905d0f7c7482bc833b1fbfa279e5 authored over 10 years ago by Steve Tooke <[email protected]>RSpec 3.0 has depreceated `be_true` and `be_false`.
54632bed90e7a48e1ca927febeeba4ce5efcef33 authored over 10 years ago by Steve Tooke <[email protected]>
RSpec have matcher used `__send__` to access private test_steps
collection :(
60ca33968a838d8ff62302cf7347ea298dfbf2ea authored over 10 years ago by Steve Tooke <[email protected]>
9bbd3e37aecc18fb703cb50943f31d138dd1341b authored over 10 years ago by Matt Wynne <[email protected]>
This ensures that we don't bother mapping for test cases that have been
filtered out.
d9a1fde7b96c1ac708714e4470fb66c7becc0452 authored over 10 years ago by Matt Wynne <[email protected]>
f67a2a41574f9548099f8181be31f5acd8079060 authored over 10 years ago by Matt Wynne <[email protected]>
Had to merge Mapper and HookCompiler so that the user mappings can be
read in a single pass
TOD...
f776de9a8560439b9f701cc561a080985ed0dc30 authored over 10 years ago by Matt Wynne <[email protected]>3361d773ca7747b1e60a0544946f141340d4ee2f authored over 10 years ago by Matt Wynne <[email protected]>
a2660d09a941b132fc11cb34a6bcc893e3f48023 authored over 10 years ago by Matt Wynne <[email protected]>
250ad259f999af0e9761d6faa2f7ab1c693fd610 authored over 10 years ago by Matt Wynne <[email protected]>
a630a966e7843626ab6acc71fceaa0c70ed8b8d1 authored over 10 years ago by Matt Wynne <[email protected]>
f6abaf1aea5a91a6c8a40ecf23c466c9d87c207d authored over 10 years ago by Matt Wynne <[email protected]>
d8fbcc679265a8de663e470f62b58fd2fe6d90a6 authored over 10 years ago by Steve Tooke <[email protected]>
01ba934dbd6ae13cfc49568219eb4463ef3d9248 authored over 10 years ago by Matt Wynne <[email protected]>
020c4d1e3aec5b1b4a934849b3774d9d4cd62560 authored over 10 years ago by Steve Tooke <[email protected]>
1ee7b550d4b78032ca0a909e69715d6237a69d69 authored over 10 years ago by Steve Tooke <[email protected]>
cc0e2d285bc20fca1bdfd4fcfe581fe63af327aa authored over 10 years ago by Matt Wynne <[email protected]>
2d247832eeae1bed5faee7ca4a10c4892998faae authored over 10 years ago by Matt Wynne <[email protected]>
42b0820dea861723890fe4d3d562c3d2652b088b authored over 10 years ago by Matt Wynne <[email protected]>
a17fa2926add2be7a1472379078f43875d035f44 authored over 10 years ago by Matt Wynne <[email protected]>
HookStep now looks more like Test::Step again. In fact, I think we may
be able to merge the clas...
ec3494787ca71901ba7b5a26c2f79cc4558df4e5 authored over 10 years ago by Matt Wynne <[email protected]>
b841d4d4bfc6eae13040cfb6a8886ed060eddcab authored almost 11 years ago by Alessandro Dias <[email protected]>
@tooky I think they should say `before_hook` and `after_hook` - why not
and it will surely be us...
eecfa9ef74329a3b3325b6866c728c55378d2d01 authored almost 11 years ago by Matt Wynne <[email protected]>
365f4b588615cafe9c11f6d05c02c1a7a647d4e0 authored almost 11 years ago by Matt Wynne <[email protected]>
Having a correct `#hash` so we can use locations as hash keys or `uniq`
a collection of them.
e3815930a590cdb248113e2d10a4a7f047f87e5f authored almost 11 years ago by Steve Tooke <[email protected]>
8721c5c0f0f3a6642ae3206cbe906d24d0f84263 authored almost 11 years ago by Steve Tooke <[email protected]>
d6ae312649dada6d623638d911f5710057256a88 authored almost 11 years ago by Steve Tooke <[email protected]>
89fb5d917c8b25d1ac3ac7f08824cff97e8b03ae authored almost 11 years ago by Matt Wynne <[email protected]>
65913cef88e45bd4187df3b52dcceb463875eb30 authored almost 11 years ago by Matt Wynne <[email protected]>
a0f5417d01def0f55de5080c3caeca7228c96c59 authored almost 11 years ago by Thomas Brand <[email protected]>
4f946333fdf23605ec505d9be0587f788818428c authored almost 11 years ago by Matt Wynne <[email protected]>
d5319d559f20aa00a68fdd7dd4b88ebf0688dcf6 authored almost 11 years ago by Thomas Brand <[email protected]>
6f8b81bcf623729f6d038ec4a2ed86fe74a3cbc3 authored almost 11 years ago by Thomas Brand <[email protected]>
Implement tag filtering with limits
26c57a44f1d9bf74c23d9d69493f377062c487c0 authored almost 11 years ago by Steve Tooke <[email protected]>Used `each_with_object` to keep the `[]=` semantics.
e18f34544aaa991e128e9f4f5ff9f289a163968e authored almost 11 years ago by Steve Tooke <[email protected]>6c195ab4cd0a0fe948fbad7c967a56dac8514951 authored almost 11 years ago by Thomas Brand <[email protected]>
ad5f266bc74eddf443dbc3354a741bb813d47b62 authored almost 11 years ago by Thomas Brand <[email protected]>
f7a01d9d5d3f27c329ec8ba79966834da3a6117b authored almost 11 years ago by Thomas Brand <[email protected]>
5561d60868f3c61cdb1a32fb0b4780248853e9ee authored almost 11 years ago by Thomas Brand <[email protected]>
Closes #50.
This adds a `TagCounter` that counts the tags associated with a test step and
the l...
20bfdc6bc49ecf39cb465193844119943464449c authored almost 11 years ago by Thomas Brand <[email protected]>
Add Travis CI directives for Ruby 2.1.0
f90d418da02d5832b04c0a798b5898cfadd88a9a authored almost 11 years ago by Matt Wynne <[email protected]>Fixes #45
edf66b3986258670d6937fe82bad3e0e8d9addd2 authored almost 11 years ago by Kashyap <[email protected]>82e9ac6b04395cec9bc635df424064e4606045bf authored almost 11 years ago by Steve Tooke <[email protected]>
`done` will flow all the way through the compilation/mapping/execution
pipeline and into the rep...
e66f3b7ed8c05ddff1d7012404c0189e722acfc2 authored almost 11 years ago by Steve Tooke <[email protected]>
Rename `Status::Monitor` -> `StepRunner`.
fad84040cf452d17f302bd81137766901a4791b6 authored almost 11 years ago by Matt Wynne <[email protected]>50064c650c1c599916252257f15883533be4d271 authored almost 11 years ago by Thomas Brand <[email protected]>
Implement `--dry-run` mode.
21ed53d1e08278047bca266dec5f5df73bf8b40d authored almost 11 years ago by Matt Wynne <[email protected]>This supercedes PR#25.
Added a strategy for the test run mode. These include:
* `:default`...
85d8ac27ab5933ff0b6b420bb47db307d5637edb authored almost 11 years ago by Thomas Brand <[email protected]>Update specs to support latest the new Rspec expectation syntax
d6b825e3a955ce8a23a3290bed3bc25d863bd28e authored almost 11 years ago by Kosmas Chatzimichalis <[email protected]>fbd5429bedfa075431207d7923dde54685e0e9b0 authored almost 11 years ago by Ben Song <[email protected]>
48df63cb47b59b04850a18c7905b0dcbf65e1118 authored almost 11 years ago by Alessandro <[email protected]>
96a11a5fbaacb45169342fd05fa2b504376a72e5 authored almost 11 years ago by Alessandro <[email protected]>
b6cbbba5695041570260bd4d9ba5a3325f84c8d9 authored almost 11 years ago by Alessandro <[email protected]>
aeeb9250af3151995394c7eb00e1ed01d09f2ed0 authored almost 11 years ago by Alessandro <[email protected]>
7f24494b5924f0b0a6e32780974da48da2a7f836 authored almost 11 years ago by Alessandro <[email protected]>
e86926f46ba2eeb5c57b2ca55f8f05976509fb04 authored almost 11 years ago by Alessandro <[email protected]>
d8e0711967733ed574e3d61338956be1d95b4f5d authored almost 11 years ago by Alessandro <[email protected]>
a37df57e36c7c764c3d3df1ba60f8fe2a29adc87 authored almost 11 years ago by Alessandro <[email protected]>
68babdafb09295f773e9526bad6fc2d5b9ab30ed authored almost 11 years ago by Alessandro <[email protected]>
ecdfe2f074d2991a282d93b9950e077a7d601a0f authored almost 11 years ago by Alessandro <[email protected]>
a5ac3317e0f852f10d3ccad4e47741fe456b3b60 authored almost 11 years ago by Alessandro <[email protected]>
a2c163c6d1850e4bddd0cc68208b11feb6353524 authored almost 11 years ago by Alessandro <[email protected]>
7943914699fb8b73fe4301e1afcfe5a6ab5ea199 authored almost 11 years ago by Matt Wynne <[email protected]>
f31fc09e86e0f947dbccf87182d2d52a437a6bf3 authored almost 11 years ago by Matt Wynne <[email protected]>
836fa242bd400c9a713ac18f18efd8cdeeb7c49f authored almost 11 years ago by Alessandro <[email protected]>
ae419869aeaa0228879a4422c65d6b799edef91a authored about 11 years ago by Alessandro <[email protected]>
89b66dac01e8a2922ee4b3800a354281d3ecdb0f authored about 11 years ago by Alessandro <[email protected]>
d2e2769b6accc2d181b06d3bda4a2a7b56aef5ae authored about 11 years ago by Alessandro <[email protected]>
1ac65444ca173ebf66e2f0a5e5109541c393d5be authored about 11 years ago by Alessandro <[email protected]>
02cad8eb14d3ed879e73f56a13a64efa58218c9b authored about 11 years ago by Alessandro <[email protected]>
d7e2352930bcb99adcdd0b90902d0b84c4093250 authored about 11 years ago by Alessandro <[email protected]>
7b9679d8204b296c284156ff3c6d1fc2630c33c5 authored about 11 years ago by Alessandro <[email protected]>
baeb077439e72637c28dca820478cb3d7a770327 authored about 11 years ago by Alessandro <[email protected]>
6e4fa3651642a81ea694d80219f9cdae84321d4a authored about 11 years ago by Alessandro <[email protected]>
This helps to fix a couple of scenarios in the front-end
0a169070deba976e5f9e6f45ea95abc15bb53db5 authored about 11 years ago by Matt Wynne <[email protected]>a99eb6cf3d105e193ce45fbde07d981cd942a98f authored about 11 years ago by Ben Song <[email protected]>
2649099a3431efa0ea7170627118522a411443ba authored about 11 years ago by Ben Song <[email protected]>
ef4874d089319626733af9c5fa0c9e3f5313edab authored about 11 years ago by Ben Song <[email protected]>