You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/spec/requests/map_styles_spec.rb

10 lines
221 B

# encoding: utf-8
require_relative '../acceptance_helper'
feature 'Map styles' do
pending "allows users to render small back squares (scale value doesn't matter)" do
"{ point-transform: 'scale(0.9)'; }"
end
end