Sha256: 8a991b5b15b38b601553756d25369a9e97be6684fd7a9ffd788f27e18b43a3d8
Contents?: true
Size: 300 Bytes
Versions: 1
Compression:
Stored size: 300 Bytes
Contents
require 'spec_helper' module Csv2hash describe YamlLoader do let(:config_file) { 'config/rules.yml' } subject do YamlLoader.new config_file end before do subject.load! end specify do expect(subject.definition.name).to eql('example') end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
csv2hash-0.6.3 | spec/csv2hash/yaml_loader_spec.rb |