Sha256: 024fd3229e6d4b86d4c99304cc4d01a156b00d14a0081730a82c08e115445086
Contents?: true
Size: 386 Bytes
Versions: 19
Compression:
Stored size: 386 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.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
19 entries across 19 versions & 1 rubygems