diff options
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/rspec.rake | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tasks/rspec.rake b/tasks/rspec.rake index a7a9ae0..2ce7751 100644 --- a/tasks/rspec.rake +++ b/tasks/rspec.rake @@ -1,6 +1,4 @@ require 'rspec/core/rake_task' desc "Run specs" -RSpec::Core::RakeTask.new do |t| - t.pattern = "./spec" -end
\ No newline at end of file +RSpec::Core::RakeTask.new |