Sha256: c121ebe3cb3e11415ccd7af37134c28d693b921b2669a18f44eea411fd1f3b23

Contents?: true

Size: 370 Bytes

Versions: 4

Compression:

Stored size: 370 Bytes

Contents

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

4 entries across 4 versions & 1 rubygems

Version Path
card-1.19.4 mod/machines/spec/set/abstract/machine_spec.rb
card-1.19.3 mod/machines/spec/set/abstract/machine_spec.rb
card-1.19.2 mod/machines/spec/set/abstract/machine_spec.rb
card-1.19.1 mod/machines/spec/set/abstract/machine_spec.rb