Sha256: 546b34a933f70ae81062d90e33804c22c8edbe0bfdb5b6b9d56054737d3aed01
Contents?: true
Size: 398 Bytes
Versions: 9
Compression:
Stored size: 398 Bytes
Contents
# -*- encoding : utf-8 -*- describe Card::Set::Abstract::Machine do describe "#make_machine_output_coded" do it "creates coded file" do Card[:all, :script].make_machine_output_coded mod_path = Card::Mod::Loader.mod_dirs.path "machines" path = File.join mod_path, "file", "all_script_machine_output", "file.js" expect(File.exist?(path)).to be_truthy end end end
Version data entries
9 entries across 9 versions & 1 rubygems