Sha256: 418b42ee7969156fd4ea24f43c51003bb845f52472344a001537c69c1872808b
Contents?: true
Size: 376 Bytes
Versions: 1
Compression:
Stored size: 376 Bytes
Contents
require 'test_helper' require 'rubycritic/browser' describe RubyCritic::Browser do before do @report_path = 'tmp/rubycritic/overview.html' @browser = RubyCritic::Browser.new @report_path end describe '#open' do it 'should be open report with launch browser' do Launchy.stubs(:open).returns(true) @browser.open.must_equal true end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubycritic-2.9.3 | test/lib/rubycritic/browser_test.rb |