Prep
This commit is contained in:
parent
e30f413376
commit
073f273fe4
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue