Skip to content

Commit f65866f

Browse files
kewlarpacso
andauthored
Fix: remove unexpected rspec help output when running rspec. (#28)
Co-authored-by: Jon Pascoe <[email protected]>
1 parent d70218e commit f65866f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

exe/aoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
# frozen_string_literal: true
33

44
require "aoc_rb/cli"
5+
6+
AocRb::Cli.start

lib/aoc_rb/app.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,3 @@ def version
150150
end
151151
end
152152
end
153-
154-
AocRb::App.start

lib/aoc_rb/cli.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,3 @@ def version
5555
end
5656
end
5757
end
58-
59-
AocRb::Cli.start

templates/bin/aoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ require "bundler/setup"
3333
# load Gem.bin_path("aoc_rb", "aoc")
3434

3535
require 'aoc_rb/app'
36+
37+
AocRb::App.start

0 commit comments

Comments
 (0)