spec/section_spec.rb in openxml-docx-0.10.3 vs spec/section_spec.rb in openxml-docx-0.10.4
- old
+ new
@@ -18,9 +18,11 @@
it_should_have_value_property :form_protection
it_should_have_value_property :rtl_gutter
it_should_have_value_property :text_direction, with_value: :lr
it_should_have_value_property :type, as_instance_of: :section_type, with_value: :oddPage
it_should_have_value_property :vertical_alignment, as_instance_of: :vertical_text_alignment, with_value: :both
+ it_should_have_value_property :title_page
+ it_should_have_value_property :even_and_odd_headers
context "if no attribute are set" do
before(:each) do
@instance = described_class.new
end