We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aac7fb commit e517bf5Copy full SHA for e517bf5
4 files changed
.mutant.yml
@@ -0,0 +1,2 @@
1
+---
2
+integration: rspec
Gemfile
@@ -1,4 +1,8 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
4
+gem 'mutant'
5
+gem 'mutant-rspec'
6
+gem 'mutant-license', source: 'https://oss:IG9NKHkepT1VE6CyvJiYH14GUsCHPtog@gem.mutant.dev'
7
+
8
gemspec name: 'jsonapi_parameters'
bin/ci
@@ -4,3 +4,4 @@ set -e
bundle exec bin/quality
bundle exec bin/spec
+bundle exec bin/mutant
bin/mutant
@@ -0,0 +1,5 @@
+#!/usr/bin/env sh
+set -e
+bundle exec mutant
0 commit comments