Commit graph

6 commits

Author SHA1 Message Date
John Backus
fee9e6fe5e
Fix RuboCop and Reek violations
Introduced by new devtools release
2016-07-24 13:56:28 -07:00
John Backus
e9ed6cda59 Add ExtraSpacing cop and allow alignment
This cop will flag extra spacing which seems arbitrary. It
will not flag extra spacing used to align tokens if the same
characters appear in the same column on contiguous lines.
2016-03-19 21:25:51 -07:00
Markus Schirp
db5dd9a030 Fix coverage of Mutant::Context namespace
* Fix Mutant::Context::Scope as only subclass of abstract
  Mutant::Context via onlining Scope semantics into Context.
2016-01-09 21:41:47 +00:00
Markus Schirp
034523c6b1 Fix the use of instance doubles globally
[fix #361]
2015-11-15 20:16:42 +00:00
Markus Schirp
a0216cb6fa Bump ruby requirement to 2.1
* Use %i style symbol literal arrays
* Fix style
* Whitelist some preferred style
2015-05-31 21:20:54 +00:00
Markus Schirp
584e06d5f2 Add specs and simplify Scope.wrap 2014-11-17 19:50:16 +00:00