require 'rake/clean'

desc 'Run acceptance tests'
task :acceptance do
  # TODO: create your real acceptance tests and update this
  system("beaker --tests tests/fake.rb")
end
