Sha256: ee9dc09b4d3b3639e430aa3f83f8059dfc8740cda748f98969ea3a58b85e001b
Contents?: true
Size: 233 Bytes
Versions: 3
Compression:
Stored size: 233 Bytes
Contents
require "spec_helper" describe Stylish::Configuration do it "lets me load a file from disk" do Stylish.config.load_from_file Stylish.fixtures_path.join("config.json") expect(Stylish.config.loaded).to eq("value") end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
stylish-0.3.1 | spec/lib/stylish/configuration_spec.rb |
stylish-0.3.0 | spec/lib/stylish/configuration_spec.rb |
stylish-0.0.2 | spec/lib/stylish/configuration_spec.rb |