diff --git a/Gemfile b/Gemfile index ad5c0176..7f102fee 100644 --- a/Gemfile +++ b/Gemfile @@ -18,11 +18,11 @@ group :test do gem "coffee-filter", "~> 0.1.1" gem "liquid", "~> 2.2" - # For less tests - gem "therubyracer" - gem "less", "~> 2.2" - platforms :ruby do + # For less tests + gem "therubyracer" + gem "less", "~> 2.2" + gem "redcarpet", "~> 2.1.1" end end diff --git a/middleman-more/features/twitter-bootstrap-compile.feature b/middleman-more/features/twitter-bootstrap-compile.feature index 74e59597..994cf11c 100644 --- a/middleman-more/features/twitter-bootstrap-compile.feature +++ b/middleman-more/features/twitter-bootstrap-compile.feature @@ -1,3 +1,4 @@ +@nojava Feature: Compile a complicated Twitter bootstrap app Scenario: User drops Twitter Bootstrap source into an app