Sha256: 262a4c34b4471ab7172348ac461ffa2c6bb4fde8bcd980d59f0227a5bf8cdd51

Contents?: true

Size: 340 Bytes

Versions: 1

Compression:

Stored size: 340 Bytes

Contents

desc "Run the javascript specs"
task :teaspoon => :environment do
  require "teaspoon/console"
  fail if Teaspoon::Console.new({suite: ENV["suite"], driver_cli_options: ENV["driver_cli_options"]}).execute
end

task :teabag => :teaspoon do
  puts "Deprecation Notice: Please update your rake tasks to use 'teaspoon' instead of 'teabag'"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
teaspoon-0.7.4 lib/tasks/teaspoon.rake