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

class SimCardProviderTest < ActiveSupport::TestCase
  def test_should_be_valid
    assert SimCardProvider.new.valid?
  end
end