diff options
Diffstat (limited to 'rails/test/lingo_test.rb')
| -rw-r--r-- | rails/test/lingo_test.rb | 7 |
1 files changed, 7 insertions, 0 deletions
| diff --git a/rails/test/lingo_test.rb b/rails/test/lingo_test.rb new file mode 100644 index 0000000..776f502 --- /dev/null +++ b/rails/test/lingo_test.rb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | require "test_helper" | ||
| 2 | |||
| 3 | class LingoTest < ActiveSupport::TestCase | ||
| 4 | test "it has a version number" do | ||
| 5 | assert Lingo::VERSION | ||
| 6 | end | ||
| 7 | end | ||
