Sha256: fc2347ca458dc7356fc00d349622e45080720ee181be46659804dfcea883b2b4
Contents?: true
Size: 348 Bytes
Versions: 1
Compression:
Stored size: 348 Bytes
Contents
require 'spec_helper' require 'rubygems' require 'fileutils' describe "Taza project generator script" do it "should have an executable script" do path = 'spec/sandbox/generators' taza_bin = "#{File.expand_path(File.dirname(__FILE__)+'/../bin/taza')} #{path}" system("ruby -c #{taza_bin} > #{null_device}").should be_true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
taza-0.9.0 | spec/taza_bin_spec.rb |