Skip to content

Commit

Permalink
Fixed rake spec task
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Pursche committed Jul 11, 2018
1 parent 2226381 commit ef41f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |test|
test.pattern = 'spec/controllers/{user,post}s_controller.rb'
test.pattern = 'spec/**/*_spec.rb'
end

task default: :spec

0 comments on commit ef41f09

Please sign in to comment.