Commit graph

17 commits

Author SHA1 Message Date
Markus Schirp
692d90d39e Remove redundant encoding comments 2015-08-14 17:47:42 +00:00
Keenan Brock
b3a4735bba Add single spec for all literal tests 2015-04-27 21:02:38 -04:00
Markus Schirp
c392cb5e4b Remove redundant encoding comment
* Mutant is ruby 2.0+ only where UTF-8 is default encoding
2015-04-27 21:07:30 +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
58ff6ee5d5 Use correct metadata for test app 2014-05-27 16:53:32 +00:00
Markus Schirp
7fa41111a7 Add support for rspec-3.rc1 2014-05-23 20:21:09 +00:00
Markus Schirp
f1b4dc2c2f Use 1.9 hash syntax also for specs 2013-09-08 22:12:23 +02:00
Dan Kubb
7293386c26 Add magic encoding header to all ruby files
* rubocop still warns about this on ruby 1.9.3, so it was fixed so
  it produces less output on travis.
2013-07-28 16:03:06 -07:00
Markus Schirp
46f90aa328 Fix all style warnings under spec/**/*.rb 2013-07-29 00:25:15 +02:00
Markus Schirp
9dd098b03f Fix some rubocop reported issues 2013-07-27 12:34:03 +02:00
Dan Kubb
0bdeda4a05 Fix test_app specs to work with rspec 2.14 2013-07-14 14:28:25 -07:00
Dan Kubb
c3c0e06c86 Fix whitespace 2013-04-17 20:31:21 -07:00
Markus Schirp
21fdb99801 Fix runner infastructure 2013-04-12 23:34:54 +02:00
Markus Schirp
3562d4f627 Load spec_helper.rb for rspec strategies 2013-01-18 21:38:46 +01:00
Markus Schirp
c215c9d668 Add command method to test app 2012-11-24 22:42:05 +01:00
Markus Schirp
23ee68ac1e Rename Runner to Killer
* Add working integration spec for rspec (mutant) killer.
2012-08-14 12:27:56 +02:00
Markus Schirp
b087d4b38f Add a sample application to mutate in integration tests 2012-08-09 20:04:03 +02:00