tasks/spec_test.rake in alf-0.9.0 vs tasks/spec_test.rake in alf-0.9.1
- old
+ new
@@ -28,10 +28,10 @@
begin
require "rspec/core/rake_task"
desc "Run RSpec code examples"
RSpec::Core::RakeTask.new(:spec_test) do |t|
# Glob pattern to match files.
- t.pattern = "spec/**/*_spec.rb"
+ t.pattern = "spec/**/test_*.rb"
# By default, if there is a Gemfile, the generated command will include
# 'bundle exec'. Set this to true to ignore the presence of a Gemfile,
# and not add 'bundle exec' to the command.
t.skip_bundler = false