Sha256: c7c9da1bd95d23e212bb251e7276cfcdfc8872a3c1718d7101a8dc71f830f1b8
Contents?: true
Size: 401 Bytes
Versions: 20
Compression:
Stored size: 401 Bytes
Contents
require 'test_helper' require 'pushapp/cli' class CLITest < MiniTest::Unit::TestCase def setup @cli = Pushapp::CLI.new end def test_it_has_init_method @cli.respond_to? :init end def test_it_has_setup_method @cli.respond_to? :setup end def test_it_has_update_method @cli.respond_to? :update end def test_it_has_help_method @cli.respond_to? :help end end
Version data entries
20 entries across 20 versions & 1 rubygems