mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Skip haml-up spec with newer versions
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
require 'spec_helper'
|
||||
require 'haml_up'
|
||||
|
||||
describe HamlUp do
|
||||
describe HamlUp, skip: !Gem::Dependency.new("", "~> 5.2").match?("", Haml::VERSION) do
|
||||
describe "#rewrite_template" do
|
||||
it "preserves a simple template" do
|
||||
original = "%p This is a paragraph"
|
||||
|
||||
Reference in New Issue
Block a user