Skip to content

Commit e517bf5

Browse files
committed
Add mutant
1 parent 8aac7fb commit e517bf5

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

.mutant.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
integration: rspec

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4+
gem 'mutant'
5+
gem 'mutant-rspec'
6+
gem 'mutant-license', source: 'https://oss:IG9NKHkepT1VE6CyvJiYH14GUsCHPtog@gem.mutant.dev'
7+
48
gemspec name: 'jsonapi_parameters'

bin/ci

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ set -e
44

55
bundle exec bin/quality
66
bundle exec bin/spec
7+
bundle exec bin/mutant

bin/mutant

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env sh
2+
3+
set -e
4+
5+
bundle exec mutant

0 commit comments

Comments
 (0)