Skip to content

Commit

Permalink
Merge pull request #16 from morissetcl/remove-useless-store
Browse files Browse the repository at this point in the history
Add before suite callback to set the BYETYPO_STORE_PATH env
  • Loading branch information
morissetcl authored Jan 28, 2024
2 parents 2496b09 + a5862f7 commit 1ad0546
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file removed byetypo_dictionary.pstore
Empty file.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
config.expect_with :rspec do |c|
c.syntax = :expect
end
config.before(:suite) { ENV["BYETYPO_STORE_PATH"] = "support/byetypo_dictionary_test.pstore" }
end

0 comments on commit 1ad0546

Please sign in to comment.