Sha256: e8eb7de62a0a5d4cc001de92ee3c4446084674aa72f612739b278fe81d4e9ac0

Contents?: true

Size: 241 Bytes

Versions: 35

Compression:

Stored size: 241 Bytes

Contents

desc 'unit', 'Run Test::Unit'
def unit
  if File.exists?('test/test_helper.rb')
    invoke_cmd 'bundle_install'

    announce 'Running Test::Unit'
    Util.system! 'bundle exec rake test'
  else
    note 'Test::Unit not employed.'
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
geordi-1.10.0 lib/geordi/commands/unit.rb
geordi-1.9.1 lib/geordi/commands/unit.rb
geordi-1.9.0 lib/geordi/commands/unit.rb
geordi-1.8.0 lib/geordi/commands/unit.rb
geordi-1.7.1 lib/geordi/commands/unit.rb
geordi-1.7.0 lib/geordi/commands/unit.rb
geordi-1.6.5 lib/geordi/commands/unit.rb
geordi-1.6.4 lib/geordi/commands/unit.rb
geordi-1.6.3 lib/geordi/commands/unit.rb
geordi-1.6.2 lib/geordi/commands/unit.rb
geordi-1.6.1 lib/geordi/commands/unit.rb
geordi-1.6.0 lib/geordi/commands/unit.rb
geordi-1.5.2 lib/geordi/commands/unit.rb
geordi-1.5.1 lib/geordi/commands/unit.rb
geordi-1.5.0 lib/geordi/commands/unit.rb
geordi-1.4.3 lib/geordi/commands/unit.rb
geordi-1.4.2 lib/geordi/commands/unit.rb
geordi-1.4.1 lib/geordi/commands/unit.rb
geordi-1.4.0 lib/geordi/commands/unit.rb
geordi-1.3.2 lib/geordi/commands/unit.rb