Sha256: f54b729b0530f21e4d71e4b0e7920a06afa8a1216aa283fdfb0cdf7900050107
Contents?: true
Size: 299 Bytes
Versions: 2
Compression:
Stored size: 299 Bytes
Contents
require 'bundler/setup' require 'test/unit' require 'shoulda' require 'mocha/test_unit' require File.join(File.expand_path('../../lib/language_detection.rb', __FILE__)) class Test::Unit::TestCase def fixture_file(name) File.read File.expand_path("../fixtures/#{name}", __FILE__) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
language_detection-0.1.1 | test/_helper.rb |
language_detection-0.1.0 | test/_helper.rb |