1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Don't test Less on JRuby

This commit is contained in:
Thomas Reynolds 2012-06-05 10:28:09 -07:00
parent 286c7352b6
commit aa0d848ba5
2 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -1,3 +1,4 @@
@nojava
Feature: Compile a complicated Twitter bootstrap app
Scenario: User drops Twitter Bootstrap source into an app