test/unit/cli/trace_helper_test.rb in inch-0.5.0.rc5 vs test/unit/cli/trace_helper_test.rb in inch-0.5.0.rc6
- old
+ new
@@ -1,12 +1,12 @@
-require File.expand_path(File.dirname(__FILE__) + "/../../test_helper")
+require File.expand_path(File.dirname(__FILE__) + '/../../test_helper')
class Tracer
include ::Inch::CLI::TraceHelper
end
describe ::Inch::CLI::TraceHelper do
- it "should be a UI instance" do
+ it 'should be a UI instance' do
@instance = Tracer.new
assert @instance.ui.is_a?(Inch::Utils::UI)
end
end