Class: Minitest::Naga::CLI
- Inherits:
-
Thor
- Object
- Thor
- Minitest::Naga::CLI
- Defined in:
- lib/minitest/naga/cli.rb
Instance Method Summary collapse
Instance Method Details
#about ⇒ Object
9 10 11 |
# File 'lib/minitest/naga/cli.rb', line 9 def about puts "minitest-naga is created by Wen Ting Wang." end |
#signout ⇒ Object
14 15 16 17 |
# File 'lib/minitest/naga/cli.rb', line 14 def signout File.delete(NagaApi.FILE_PATH) puts "Signed out." end |