Sha256: e3bce3b69ea2e265b43ae653f1a20d9691a96cb7c620ed9cedaa7ea8fcfdf164
Contents?: true
Size: 436 Bytes
Versions: 1
Compression:
Stored size: 436 Bytes
Contents
require "codeclimate-test-reporter" CodeClimate::TestReporter.start require "subjoin" cwd = File.dirname(__FILE__) ERR404 = IO.read(File.join(cwd, "responses", "404.json")) ARTICLE = IO.read(File.join(cwd, "responses", "article_example.json")) COMPOUND = IO.read(File.join(cwd, "responses", "compound_example.json")) LINKS = IO.read(File.join(cwd, "responses", "links.json")) META = IO.read(File.join(cwd, "responses", "meta.json"))
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
subjoin-0.2.1 | spec/spec_helper.rb |