Browse Source

lint fixes

pull/552/head
Ted 3 years ago
parent
commit
a103b8616a
  1. 2
      spec/helpers/filters_helper_spec.rb

2
spec/helpers/filters_helper_spec.rb

@ -11,7 +11,7 @@ RSpec.describe FiltersHelper do
context "when the filter is the user filter but session filters is empty" do context "when the filter is the user filter but session filters is empty" do
before do before do
session[:case_logs_filters] = { }.to_json session[:case_logs_filters] = {}.to_json
end end
context "when looking at the all value" do context "when looking at the all value" do

Loading…
Cancel
Save