spec/relaxo/model/attribute_spec.rb in relaxo-model-0.17.1 vs spec/relaxo/model/attribute_spec.rb in relaxo-model-0.17.2

- old
+ new

@@ -27,10 +27,10 @@ property :array_value property :hash_value end RSpec.describe Relaxo::Model::Document do - let(:database_path) {File.join(__dir__, 'test')} + let(:database_path) {'tmp/attributes'} let(:database) {Relaxo.connect(database_path)} let(:document_path) {'test/document.json'} before(:each) {FileUtils.rm_rf(database_path)}