Sha256: d0374793da5d5dc763ed05af9a772ac06bb921aa66b4ab45730214d67db05880

Contents?: true

Size: 407 Bytes

Versions: 5

Compression:

Stored size: 407 Bytes

Contents

#encoding: utf-8
require "rubygems"
require "bundler/setup"
require "pry"

#loading rspec
Dir[File.expand_path("../support/**/*.rb", __FILE__)].each {|f| require f}
RSpec.configure do |config|
end

require "youdao_fanyi"

YOUDAO_FANYI_API_KEYS = YAML.load_file(
                          File.expand_path("../support/youdao_fanyi_api_keys.yml", __FILE__)
                        )["youdao_fanyi_api_keys"]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
youdao_fanyi-0.1.2.2 spec/spec_helper.rb
youdao_fanyi-0.1.2.1 spec/spec_helper.rb
youdao_fanyi-0.1.2 spec/spec_helper.rb
youdao_fanyi-0.1.1 spec/spec_helper.rb
youdao_fanyi-0.1.0 spec/spec_helper.rb