Skip to content

Commit

Permalink
Merge 9a277a4 into 0b8b6fe
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Nov 29, 2018
2 parents 0b8b6fe + 9a277a4 commit 70a0357
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions lib/tansaku/cli.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require "thor"

require "json"
Expand Down
2 changes: 1 addition & 1 deletion spec/cli_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
expect(output).to include("http://localhost/test")
end
end
end
end
2 changes: 1 addition & 1 deletion spec/support/helpers/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ def capture(stream)
end
end
end
end
end

0 comments on commit 70a0357

Please sign in to comment.