Sha256: e96f11ed4d93fabaad2e9d6b943b5d88d55e485cd25349d611493aa1508ba2f5
Contents?: true
Size: 289 Bytes
Versions: 1
Compression:
Stored size: 289 Bytes
Contents
require 'rspec/spec_helper' describe Jass do it "inherits Module" do Jass.class.should == Module end it "has an Engine Class" do Jass.constants.should include("Engine") end it "has a precompiler class" do Jass.constants.should include("Precompiler") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
collin-lucky7-0.0.1 | rspec/jass_spec.rb |