summary refs log tree commit diff stats
path: root/rails/test/lingo_test.rb
blob: 776f50269d7260e745aee00be406fb9d191500aa (plain) (blame)
1
2
3
4
5
6
7
require "test_helper"

class LingoTest < ActiveSupport::TestCase
  test "it has a version number" do
    assert Lingo::VERSION
  end
end