Sha256: 457b93daece9117538c3f3c3951bbee18b9fe61a6b93975bd6ad98d22b9655ad

Contents?: true

Size: 368 Bytes

Versions: 7

Compression:

Stored size: 368 Bytes

Contents

require 'spec/spec_helper'
require 'rubygems'
require 'fileutils'
require 'taza'

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 & 2 rubygems

Version Path
scudco-taza-0.8.1 spec/taza_bin_spec.rb
scudco-taza-0.8.3 spec/taza_bin_spec.rb
scudco-taza-0.8.4 spec/taza_bin_spec.rb
taza-0.8.4 spec/taza_bin_spec.rb
taza-0.8.0 spec/taza_bin_spec.rb
taza-0.8.3 spec/taza_bin_spec.rb
taza-0.8.2 spec/taza_bin_spec.rb