test/hexapdf/document/test_destinations.rb in hexapdf-0.23.0 vs test/hexapdf/document/test_destinations.rb in hexapdf-0.24.0

- old
+ new

@@ -213,10 +213,10 @@ end end describe "create_fit_page" do it "creates the destination" do - dest = @doc.destinations.create_fit_page( @page) + dest = @doc.destinations.create_fit_page(@page) assert_equal([@page, :Fit], dest) end it "creates the destination and registers it under the given name" do dest = @doc.destinations.create_fit_page(@page, name: 'xyz')