Sha256: fbfa600b2ff7077026c95097a429c95c4c7b378308ffcbe2b8123b25e0f9e858
Contents?: true
Size: 317 Bytes
Versions: 10
Compression:
Stored size: 317 Bytes
Contents
require_relative "./helpers" describe Spinebox::Base do it "should return the root url of the gem" do File.exists?("#{Spinebox.root}/version.rb").should be_true end it "should boot" do Dir.chdir "#{Spinebox.root}/templates/app" lambda{ Spinebox.boot! }.should_not raise_exception end end
Version data entries
10 entries across 10 versions & 1 rubygems