Skip to content
Snippets Groups Projects
token_test.rb 193 B
Newer Older
Jean-Philippe Lang's avatar
Jean-Philippe Lang committed
require File.dirname(__FILE__) + '/../test_helper'

class TokenTest < Test::Unit::TestCase
  fixtures :tokens

  # Replace this with your real tests.
  def test_truth
    assert true
  end
end