Skip to content

Instantly share code, notes, and snippets.

@ivanvc
Created September 8, 2009 01:29
Show Gist options
  • Save ivanvc/182651 to your computer and use it in GitHub Desktop.
Save ivanvc/182651 to your computer and use it in GitHub Desktop.
namespace :spec do
desc "Run remote tests"
Spec::Rake::SpecTask.new(:remote) do |t|
t.spec_opts = ['--options', "\"#{RAILS_ROOT}/spec/spec.opts\""]
t.spec_files = FileList['spec/remote/**/*_spec.rb']
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment