We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 508d5c0 + d3339ff commit 109cac7Copy full SHA for 109cac7
2 files changed
app/lib/generate/cohort_imports.rb
@@ -112,6 +112,7 @@ def write_cohort_import_csv
112
progress_bar&.increment
113
end
114
115
+
116
cohort_import_csv_filepath.to_s
117
118
spec/spec_helper.rb
@@ -213,7 +213,7 @@
213
SMSDeliveryJob.deliveries.clear
214
215
216
- config.before(:all, type: :feature) do
+ config.before(:each, type: :feature) do
217
MavisCLI.instance_variable_set(:@progress_bar, nil)
218
219
0 commit comments