1
0
Fork 0
Commit graph

1994 commits

Author SHA1 Message Date
Markus Schirp
394d9323de Adjust flay score 2014-08-10 23:09:20 +00:00
Markus Schirp
81a7156f5c Add progressive reporter for use on non rewindable outputs 2014-08-10 22:33:36 +00:00
Markus Schirp
522cf418a7 Remove progress report throttling from public interface of formatters 2014-08-10 22:16:53 +00:00
Markus Schirp
ac8fe85810 Add output format representation
Upcoming commits will add a progressive reporter that does NOT require a
rewindable output. Usefull for imperfect terminal emulations as on CI
etc.
2014-08-10 22:09:31 +00:00
Markus Schirp
3654ba010d Remove remaining encoding headers 2014-08-10 21:33:44 +00:00
Markus Schirp
706f596a57 Remove unused shared examples 2014-08-10 21:05:20 +00:00
Markus Schirp
6df5811a87 Use RSpec as receiver for rspec DSL methods
* I dislike the global infection RSpec does. This commit is a first step
  to get a rid of it.
* Also remove the need for `require 'spec_helper` in each spec file with
  adjusting `.rspec`.
2014-08-10 21:04:07 +00:00
Markus Schirp
978e246b67 Use devtools spec initialization 2014-08-10 15:06:09 +00:00
Markus Schirp
fb895069bd Bump parallel dependency 2014-08-10 14:59:52 +00:00
Markus Schirp
4b0bf986be Cleanup local changes before checking out upstream corpus 2014-08-10 14:57:13 +00:00
Markus Schirp
c9bdcb9660 Fix spec setup for rspec3 2014-08-10 14:45:45 +00:00
Markus Schirp
9a12e1c53a Revert "Kill dead code"
This reverts commit 48138d0b6e.
2014-08-08 17:02:40 +00:00
Markus Schirp
df7837c1fe Sync devtools 2014-08-08 16:56:50 +00:00
Markus Schirp
6b4faeeab8 Add specs for Mutant::Subject::Method::Singletion#public? 2014-08-08 16:42:12 +00:00
Markus Schirp
48138d0b6e Kill dead code 2014-08-08 16:37:31 +00:00
Markus Schirp
3c3585789a Merge pull request from tjchambers/typos2
Fix miscellaneous typos
2014-08-07 21:59:05 +00:00
Tim Chambers
f72751acce Fix 2 more typos in comments 2014-08-07 09:54:52 -07:00
Tim Chambers
2bfaa28cfe Correct another misspelled "ambiguous" 2014-08-07 09:52:39 -07:00
Tim Chambers
2ead397eb4 Correct extra parameter not in method signature but documented 2014-08-07 09:48:40 -07:00
Tim Chambers
502bbf68c2 Correct parameter references in documentation comments 2014-08-07 09:47:28 -07:00
Tim Chambers
5ba5891da6 Fix typo in comment 2014-08-07 09:35:30 -07:00
Tim Chambers
fe72c94b94 Fix miscellaneous typos
Mostly in comments and documentation, but one method name was corrected to match documentation.
2014-08-07 09:00:31 -07:00
Markus Schirp
229a255ff3 Merge pull request from tjchambers/master
Use RSpec3 format stubs
2014-08-06 17:58:12 +00:00
Tim Chambers
fb813f1e80 Use RSpec3 format stubs 2014-08-06 10:46:29 -07:00
Markus Schirp
d83d827623 Fix resource usage on circleci 2014-08-06 17:44:21 +00:00
Markus Schirp
5934e579a0 Correct instructions to submit questions as GH issues 2014-08-06 17:26:23 +00:00
Markus Schirp
2a5f802e2f Rename file to sync name with contents 2014-08-06 17:25:28 +00:00
Markus Schirp
fdeb6bf45a Remove mention of historic flags in README.
Releases that supported these are a year old. Nobody uses them anymore.
2014-08-06 17:25:28 +00:00
Markus Schirp
e073a15d84 Merge pull request from tjchambers/master
Fix typo in readme
2014-08-06 17:16:53 +00:00
Tim Chambers
386fae821b Fix typo in readme 2014-08-06 10:08:08 -07:00
Markus Schirp
4bc329f5c4 Update README section about getting support 2014-08-06 16:46:02 +00:00
Markus Schirp
6f686ebd34 Merge pull request from tjchambers/rspec3
Change test when using Rspec3 to properly match
2014-08-06 16:27:20 +00:00
Markus Schirp
06dcebc6fc Update changelog with fix of diff error reporting 2014-08-06 16:18:42 +00:00
Markus Schirp
d3f25cc0f9 Merge pull request from tjchambers/master
Added context to multi-segment mutation
2014-08-06 16:16:46 +00:00
Tim Chambers
9a68d43117 Change test when using Rspec3 to properly match
Hoping this is not an "expect('a').to eql('a')" situation on my part
2014-08-06 08:40:50 -07:00
Tim Chambers
ff887352b8 Update spec to match additional source info on not exactly one diff type mutation 2014-08-05 10:51:50 -07:00
Tim Chambers
8fd8a3745b Correct source formatting 2014-08-05 08:09:53 -07:00
Markus Schirp
31f5bc3be0 Prefer guard over conditional 2014-08-05 10:50:06 +00:00
Tim Chambers
b8f72f77b2 Added context to multi-segment mutation 2014-08-04 11:54:14 -07:00
Markus Schirp
e7d6fef0d8 Allow failures with RBX on travis 2014-07-29 03:39:53 +00:00
Markus Schirp
546a7a8fba Break up long method 2014-07-25 18:09:27 +00:00
Markus Schirp
99b19a1d92 Add mutation from {is_a,kind_of}? to instance_of? 2014-07-25 17:33:01 +00:00
Markus Schirp
967bafc8ee Adjust flog score 2014-07-24 19:43:57 +00:00
Markus Schirp
b47717ec90 Add mutation from foo { bar } to bar 2014-07-24 19:10:06 +00:00
Markus Schirp
d056b591f3 Fix blind spots on send with block 2014-07-18 23:50:48 +00:00
Markus Schirp
58d764efc8 Adjust reek excludes 2014-07-17 15:43:25 +00:00
Markus Schirp
9af927befb Use 1.9 compatible method to compute frame length 2014-07-17 15:26:42 +00:00
Markus Schirp
bc8ccb6b54 Add number of processes to reporting 2014-07-17 15:10:50 +00:00
Markus Schirp
105730f5ba Add parallel runner / reporter 2014-07-17 15:05:57 +00:00
Markus Schirp
815526f8b4 Fix result reporting ot happen when runner finishes 2014-07-16 15:26:47 +00:00