Sha256: 204423e3ef486fe5369806898e435afba6b71e44a2ec573dc8ea4e94f15a9dea
Contents?: true
Size: 482 Bytes
Versions: 1
Compression:
Stored size: 482 Bytes
Contents
# Copyright (c) 2016-2017 Minqi Pan # # This file is part of Ruby Compiler, distributed under the MIT License # For full terms see the included LICENSE file require "spec_helper" tmpdir = File.expand_path("rubyc/compiler_spec", Dir.tmpdir) describe ::Ruby::Compiler do it "has a version number" do expect(::Ruby::Compiler::VERSION).not_to be nil end # # it "passes all original and our tests" do # x = ::Ruby::Compiler::Test.new(tmpdir) # x.run! # end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-compiler-0.1.1 | spec/ruby/compiler_spec.rb |