Skip to content

Commit 2bc187b

Browse files
committed
Add minitest to development group
For Linter tests with 'bundle exec ruby test/test_linter.rb'.
1 parent 5373a5a commit 2bc187b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ group :production do
1616
end
1717

1818
group :development do
19+
gem 'minitest'
1920
gem 'spidr', '~> 0.6'
2021
gem 'validate-website', '~> 1.6'
2122
end

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ GEM
4545
ruby_dep (~> 1.2)
4646
mercenary (0.3.6)
4747
mini_portile2 (2.3.0)
48+
minitest (5.11.3)
4849
nokogiri (1.8.5)
4950
mini_portile2 (~> 2.3.0)
5051
paint (1.0.1)
@@ -98,6 +99,7 @@ PLATFORMS
9899
DEPENDENCIES
99100
jekyll (~> 3.0)
100101
lanyon (~> 0.4.0)
102+
minitest
101103
rack-protection
102104
rack-rewrite
103105
rack-ssl

0 commit comments

Comments
 (0)