summaryrefslogtreecommitdiff
path: root/test/unit/extension_module_test.rb
blob: 96004e74df15a3fa6e8257ec368151f266de51e6 (plain)
1
2
3
4
5
6
7
require 'test_helper'

class ExtensionModuleTest < ActiveSupport::TestCase
  def test_should_be_valid
    assert ExtensionModule.new.valid?
  end
end