Skip to content

Commit 2087dca

Browse files
committed
Removed an unneeded line of code that was preventing deploys
1 parent 02b7485 commit 2087dca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Rakefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
require File.expand_path('../config/application', __FILE__)
22
require 'rake'
3-
require 'rspec/core/rake_task'
43

54
Coderwall::Application.load_tasks
65

76
task default: :spec
8-
9-
puts "RAILS_ENV=#{Rails.env}"

0 commit comments

Comments
 (0)