task :default => "spec:run"

namespace :spec do
  desc "Run the tests."
  task :run do
    # TODO: Port over the tests.
  end
end

