Sha256: a8ca226b4f11553069ea643fa89341766d168c24d0e3b03c265f19ac6e2aba4d
Contents?: true
Size: 210 Bytes
Versions: 1
Compression:
Stored size: 210 Bytes
Contents
require "spec_helper" describe Ruby::Compiler do it "has a version number" do expect(Ruby::Compiler::VERSION).not_to be nil end it "does something useful" do expect(false).to eq(true) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-compiler-0.1.0 | spec/ruby/compiler_spec.rb |