spec/unit/component_test_spec.rb in chef-dk-1.2.22 vs spec/unit/component_test_spec.rb in chef-dk-1.3.40

- old
+ new

@@ -13,12 +13,12 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # -require 'spec_helper' -require 'chef-dk/component_test' -require 'pathname' +require "spec_helper" +require "chef-dk/component_test" +require "pathname" describe ChefDK::ComponentTest do let(:component) do ChefDK::ComponentTest.new("berkshelf").tap do |c|