Sha256: 8fea311318b6a71671a2bb27210f15e0815f4d47bb1dac292fa5dab74745a7b6

Contents?: true

Size: 353 Bytes

Versions: 7

Compression:

Stored size: 353 Bytes

Contents

require 'spec/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

7 entries across 7 versions & 3 rubygems

Version Path
makevoid-taza-0.8.6 spec/taza_bin_spec.rb
scudco-taza-0.8.5 spec/taza_bin_spec.rb
scudco-taza-0.8.6 spec/taza_bin_spec.rb
scudco-taza-0.8.7 spec/taza_bin_spec.rb
taza-0.8.5 spec/taza_bin_spec.rb
taza-0.8.6 spec/taza_bin_spec.rb
taza-0.8.7 spec/taza_bin_spec.rb