Sha256: 0ffb47fb4fe6794c3864aa3f7c5bfb1501e7c78f0d1eaeb94de9acea2ee7a423
Contents?: true
Size: 284 Bytes
Versions: 3
Compression:
Stored size: 284 Bytes
Contents
# -*- coding: utf-8 -*- require 'test/helper' class LanguageDetectionFacadeTest < Test::Unit::TestCase def test_initialize_and_detect facade = LanguageDetectionFacade.new assert_equal("pl", facade.detect("Ich dalekopis fałszuje, gdy próby XQV nie wytrzymuje")) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
langusta-0.2.4 | test/test_language_detection_facade.rb |
langusta-0.2.3 | test/test_language_detection_facade.rb |
langusta-0.2.2 | test/test_language_detection_facade.rb |