Skip to content

Commit

Permalink
Do not start CLI when executing rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
emsk committed Jul 17, 2016
1 parent 9eef287 commit 5740699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions exe/rhymer
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env ruby

require "rhymer/cli"

Rhymer::CLI.start
2 changes: 0 additions & 2 deletions lib/rhymer/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ def version
puts "rhymer #{Rhymer::VERSION}"
end
end

CLI.start
end

0 comments on commit 5740699

Please sign in to comment.