diff --git a/byetypo_dictionary.pstore b/byetypo_dictionary.pstore deleted file mode 100644 index e69de29..0000000 diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 7231f4c..0ae6ddc 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -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