group test
This commit is contained in:
parent
14c7b1f20f
commit
ef7b3c113d
1 changed files with 5 additions and 3 deletions
8
Gemfile
8
Gemfile
|
@ -8,9 +8,6 @@ gem 'sass'
|
|||
# Needed for atom_feed in blogging helper
|
||||
gem 'builder'
|
||||
|
||||
# Checks
|
||||
gem 'w3c_validators'
|
||||
|
||||
# ical files
|
||||
gem 'icalendar'
|
||||
|
||||
|
@ -32,3 +29,8 @@ end
|
|||
group :nanoc do
|
||||
gem 'guard-nanoc'
|
||||
end
|
||||
|
||||
group :test do
|
||||
# Checks
|
||||
gem 'w3c_validators'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue