version bump [ci skip]
This commit is contained in:
parent
54f796120f
commit
d4259315e7
|
@ -1,5 +1,5 @@
|
||||||
module Middleman
|
module Middleman
|
||||||
# Current Version
|
# Current Version
|
||||||
# @return [String]
|
# @return [String]
|
||||||
VERSION = '3.0.0.rc.3' unless const_defined?(:VERSION)
|
VERSION = '3.0.0.rc.4' unless const_defined?(:VERSION)
|
||||||
end
|
end
|
||||||
|
|
|
@ -19,7 +19,6 @@ Feature: More default extensions
|
||||||
When I go to "/stylesheets/style3.css"
|
When I go to "/stylesheets/style3.css"
|
||||||
Then I should see "color"
|
Then I should see "color"
|
||||||
|
|
||||||
|
|
||||||
Scenario: Default extensions build
|
Scenario: Default extensions build
|
||||||
Given a fixture app "implied-extensions-app"
|
Given a fixture app "implied-extensions-app"
|
||||||
And a successfully built app at "implied-extensions-app"
|
And a successfully built app at "implied-extensions-app"
|
||||||
|
|
Loading…
Reference in a new issue