summaryrefslogtreecommitdiff
path: root/test/unit/switchboard_test.rb
blob: 97534fc9cbc221f19f9d6aadc93e45252c547e3b (plain)
1
2
3
4
5
6
7
require 'test_helper'

class SwitchboardTest < ActiveSupport::TestCase
  def test_should_be_valid
    assert Switchboard.new.valid?
  end
end