From aa0d848ba5cda164145c2aca6a3e8cb74bcb2f30 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Tue, 5 Jun 2012 10:28:09 -0700 Subject: [PATCH] Don't test Less on JRuby --- Gemfile | 8 ++++---- middleman-more/features/twitter-bootstrap-compile.feature | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) 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