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