Skip to content

Commit a31c2f9

Browse files
committed
Enable to run RSpec by: exec rake test
1 parent de7e23a commit a31c2f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Rakefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44
require File.expand_path('../config/application', __FILE__)
55

66
Rails.application.load_tasks
7+
8+
# Run RSspec test by: bundle exec rake test
9+
require "rspec/core/rake_task"
10+
RSpec::Core::RakeTask.new(:spec)
11+
task :test => :spec

0 commit comments

Comments
 (0)