Sha256: c3f5db2753176816358a8bf11c42a8cce111a4822de03a0c8b0dad087c8e3cfd
Contents?: true
Size: 367 Bytes
Versions: 16
Compression:
Stored size: 367 Bytes
Contents
require 'spec_helper' describe Generator do let(:gen) {Generator.new} it "reads the exisiting journal file" do expect(gen.file.class).to eq(Pathname) end it "reads the config file YAML as Hash" do expect(gen.read_config.class).to eq(Hash) end it "knows the date of the last updated" do expect(gen.last_updated.class).to eq(Date) end end
Version data entries
16 entries across 16 versions & 1 rubygems