Sha256: eab7caeab344f93e1b4ff3660cfe01dcac63ba880c79ce37ba6393cd32b3b336
Contents?: true
Size: 204 Bytes
Versions: 11
Compression:
Stored size: 204 Bytes
Contents
require "spec_helper" describe "The Gem" do it "can still be built" do `gem build flombe.gemspec` $?.should == 0 # clean up the .gem generated system("rm -rf flombe-0.1.gem") end end
Version data entries
11 entries across 11 versions & 1 rubygems