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

class GatewayTest < ActiveSupport::TestCase
  def test_should_be_valid
    assert Gateway.new.valid?
  end
end