lib/stashify/contract/directory_contract.rb in stashify-contract-1.0.0 vs lib/stashify/contract/directory_contract.rb in stashify-contract-1.0.1
- old
+ new
@@ -1,7 +1,7 @@
# frozen_string_literal: true
-require "stashify/properties"
+require "stashify/contract/properties"
RSpec.shared_context "directory setup" do |property_count|
around(:each) do |s|
property_of { [path, file_name, string] }.check(property_count) do |path, file_name, contents|
@path = path