spec/unit/berkshelf/formatters/human_spec.rb in berkshelf-5.5.0 vs spec/unit/berkshelf/formatters/human_spec.rb in berkshelf-5.6.0
- old
+ new
@@ -1,7 +1,7 @@
-require 'spec_helper'
+require "spec_helper"
module Berkshelf
describe HumanFormatter do
- it_behaves_like 'a formatter object'
+ it_behaves_like "a formatter object"
end
end