Sha256: 9b3dc07648d343441e1530296ab8443f9e496012de1f18132cbc17cfe45989d8

Contents?: true

Size: 180 Bytes

Versions: 20

Compression:

Stored size: 180 Bytes

Contents

desc 'tests', 'Run all employed tests'
def tests
  invoke_cmd 'with_rake'
  invoke_cmd 'unit'
  invoke_cmd 'rspec'
  invoke_cmd 'cucumber'

  success 'Successfully ran tests.'
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
geordi-1.4.3 lib/geordi/commands/tests.rb
geordi-1.4.2 lib/geordi/commands/tests.rb
geordi-1.4.1 lib/geordi/commands/tests.rb
geordi-1.4.0 lib/geordi/commands/tests.rb
geordi-1.3.2 lib/geordi/commands/tests.rb
geordi-1.3.1 lib/geordi/commands/tests.rb
geordi-1.3.0 lib/geordi/commands/tests.rb
geordi-1.2.3 lib/geordi/commands/tests.rb
geordi-1.2.2 lib/geordi/commands/tests.rb
geordi-1.2.1 lib/geordi/commands/tests.rb
geordi-1.2.0 lib/geordi/commands/tests.rb
geordi-1.1.4 lib/geordi/commands/tests.rb
geordi-1.1.3 lib/geordi/commands/tests.rb
geordi-1.1.2 lib/geordi/commands/tests.rb
geordi-1.1.1 lib/geordi/commands/tests.rb
geordi-1.1.0 lib/geordi/commands/tests.rb
geordi-1.0.3 lib/geordi/commands/tests.rb
geordi-1.0.2 lib/geordi/commands/tests.rb
geordi-1.0.1 lib/geordi/commands/tests.rb
geordi-1.0.0 lib/geordi/commands/test.rb