require "spec_helper" describe Rocx::Properties::OutlineLevel do include ValuePropertyTestMacros it_should_use tag: :outlineLvl, name: "outline_level", value: 2 with_value(:big) do it_should_not_work end with_value(-1) do it_should_not_work end with_value(2) do it_should_work it_should_output "" end end