Sha256: 1edd6370e3bc9b2b96eddb110cb61bbfb10596a46049f374e7a1fcd708aecb37
Contents?: true
Size: 324 Bytes
Versions: 4
Compression:
Stored size: 324 Bytes
Contents
require 'ronin/ui/verbose' require 'spec_helper' describe UI::Verbose do it "should be disabled by default" do UI::Verbose.should be_disabled end it "may be enabled and disabled" do UI::Verbose.enable! UI::Verbose.should be_enabled UI::Verbose.disable! UI::Verbose.should be_disabled end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ronin-0.2.4 | spec/ui/verbose_spec.rb |
ronin-0.2.1 | spec/ui/verbose_spec.rb |
ronin-0.2.2 | spec/ui/verbose_spec.rb |
ronin-0.2.3 | spec/ui/verbose_spec.rb |