require "./spec_helper" describe Andrew do it "generate record.yml" do File.open("tests/record.yml") do |file| fg = FileGenerator.from_yaml(file) end true.should eq(true) end end