Skip to content

Instantly share code, notes, and snippets.

@jlindsey
Created September 25, 2015 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlindsey/b8ffbd2d899fcbe7ec9e to your computer and use it in GitHub Desktop.
Save jlindsey/b8ffbd2d899fcbe7ec9e to your computer and use it in GitHub Desktop.
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |t|
t.fail_on_error = false
end
task :default => :spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment