Skip to content

Commit a2a6f88

Browse files
committed
Revert "Enable to run RSpec by: exec rake test" that fails deploy process on Heroku:
This reverts commit a31c2f9.
1 parent a31c2f9 commit a2a6f88

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Rakefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,3 @@
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)