Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Williams committed Apr 18, 2024
1 parent 34ba654 commit e19b646
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions spec/decorators/contact_type_decorator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
case_contact2.contact_types << contact_type
expect(contact_type.decorate.last_time_used_with_cases(casa_case_ids)).to eq "3 days ago"
end

end
end
end
end
end
4 changes: 4 additions & 0 deletions spec/helpers/contact_types_helper_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
require "rails_helper"

RSpec.describe ContactTypesHelper do
end

0 comments on commit e19b646

Please sign in to comment.