Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Commit

Permalink
Correct spec pattern in Rakefile and reinstate coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
timkurvers committed Oct 9, 2013
1 parent 86f0a3e commit 4346243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -2,7 +2,7 @@ require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:test) do |spec|
spec.pattern = 'spec/*.rb'
spec.pattern = 'spec/*_spec.rb'
spec.rspec_opts = ['--color']
end

Expand Down

0 comments on commit 4346243

Please sign in to comment.