From 104357d5b9f1d7817b17b572a906158f2a416fe3 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Wed, 8 May 2024 10:54:35 +1000 Subject: [PATCH] Load spec helper on RSpec boot Knapsack is replacing some of the RSpec logic, like running before-suite and before-all hooks. Loading the spec helper early means that Knapsack knows about the asset compilation hook when it loads the next batch of specs. --- .rspec | 1 + 1 file changed, 1 insertion(+) create mode 100644 .rspec diff --git a/.rspec b/.rspec new file mode 100644 index 0000000000..eb81da86cf --- /dev/null +++ b/.rspec @@ -0,0 +1 @@ +--require base_spec_helper