Merge pull request 6240
This commit is contained in:
ashmaroli 2017-07-25 15:58:17 +05:30 committed by jekyllbot
parent 66c39d3bf9
commit 00a1d70e8f
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class TestNewCommand < JekyllUnitTest
refute_exist @full_path
capture_output { Jekyll::Commands::New.process(@args) }
assert_exist gemfile
assert_match(%r!gem "jekyll", "#{Jekyll::VERSION}"!, File.read(gemfile))
assert_match(%r!gem "jekyll", "~> #{Jekyll::VERSION}"!, File.read(gemfile))
assert_match(%r!gem "github-pages"!, File.read(gemfile))
end