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:
parent
286c7352b6
commit
aa0d848ba5
2 changed files with 5 additions and 4 deletions
8
Gemfile
8
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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@nojava
|
||||
Feature: Compile a complicated Twitter bootstrap app
|
||||
|
||||
Scenario: User drops Twitter Bootstrap source into an app
|
||||
|
|
Loading…
Reference in a new issue