Skip to content

Commit

Permalink
Fix Style/MixinUsage offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
William Franklin committed Oct 12, 2018
1 parent 1b18a84 commit 525bf2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/presenters/content_item/shareable_test.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
require 'test_helper'
include ERB::Util

class ContentItemShareableTest < ActiveSupport::TestCase
include ERB::Util

class DummyContentItem
include ContentItem::Shareable
attr_accessor :content_item, :title
Expand Down

0 comments on commit 525bf2e

Please sign in to comment.