This commit is contained in:
Thomas Reynolds 2016-11-25 14:03:56 -08:00
parent e30f413376
commit 073f273fe4
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
module Middleman module Middleman
# Current Version # Current Version
# @return [String] # @return [String]
VERSION = '4.1.11'.freeze unless const_defined?(:VERSION) VERSION = '4.1.12'.freeze unless const_defined?(:VERSION)
end end

View file

@ -220,7 +220,7 @@ describe Middleman::Util do
it "does not loop infinitely when file name is a possible templating engine" do it "does not loop infinitely when file name is a possible templating engine" do
expect do expect do
Timeout::timeout(0.5) do Timeout::timeout(3.0) do
result = Middleman::Util.step_through_extensions("markdown.scss") result = Middleman::Util.step_through_extensions("markdown.scss")
expect(result).to eq "markdown" expect(result).to eq "markdown"
end end