Skip to content

Commit ae4f5ea

Browse files
committed
Test paginaton params fallthrough.
1 parent ba3ecef commit ae4f5ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

spec/integration/arguments_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,9 @@
7272
subject.milestone_id.should == milestone_id
7373
end
7474

75+
it "passes through extra parameters" do
76+
subject.get user, repo, milestone_id, :auto_pagination => true
77+
end
78+
7579
end
7680
end

0 commit comments

Comments
 (0)