Browse Source

refactor: lint

pull/2216/head
natdeanlewissoftwire 2 years ago
parent
commit
22bf2af73f
  1. 2
      spec/helpers/filters_helper_spec.rb

2
spec/helpers/filters_helper_spec.rb

@ -1,6 +1,5 @@
require "rails_helper"
require "timecop"
include CollectionTimeHelper
RSpec.describe FiltersHelper do
describe "#filter_selected?" do
@ -249,6 +248,7 @@ RSpec.describe FiltersHelper do
end
Timecop.return
end
it "has the correct options" do
expect(collection_year_options).to eq(
{

Loading…
Cancel
Save