Sha256: 51ae2543b6178b0877068e4126710da0aa914f652a3b89c122cb2351a470bda3

Contents?: true

Size: 272 Bytes

Versions: 2

Compression:

Stored size: 272 Bytes

Contents

class DevSystem::NotFoundCommandTest < DevSystem::CommandTest

  test :subject_class do
    assert subject_class == DevSystem::NotFoundCommand
  end

  test :settings do
    assert subject_class.log_level == :normal
    assert subject_class.log_color == :green
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lizarb-1.0.4 lib/dev_system/dev/controllers/command/not_found_command_test.rb
lizarb-1.0.3 lib/dev_system/dev/controllers/command/not_found_command_test.rb