Skip to content

Commit

Permalink
Fix command spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Mar 25, 2019
1 parent 56d1ec0 commit f0dad06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/samovar/command_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Top < Samovar::Command
it "should generate documentation" do
top = Top[]
buffer = StringIO.new
top.print_usage('top', output: buffer)
top.print_usage(output: buffer)

expect(buffer.string).to be_include(Top.description)
end
Expand Down

0 comments on commit f0dad06

Please sign in to comment.