Skip to content

Commit 00eab07

Browse files
committed
Whitespace fixes
1 parent 04ab42b commit 00eab07

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

Rakefile

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ end
77
Bundler::GemHelper.install_tasks
88

99
require 'appraisal'
10-
1110
require 'rake/testtask'
1211

1312
Rake::TestTask.new(:test) do |t|

test/dummy/config/application.rb

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
require File.expand_path('../boot', __FILE__)
22

3-
43
require 'rails/all'
54

65
Bundler.require(*Rails.groups)
@@ -24,4 +23,3 @@ class Application < Rails::Application
2423
config.assets.enabled = true
2524
end
2625
end
27-

test/dummy/config/initializers/secret_token.rb

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
# no regular words or you'll be exposed to dictionary attacks.
88
# You can use `rake secret` to generate a secure secret key.
99

10-
11-
1210
# Make sure your secret_key_base is kept private
1311
# if you're sharing your code publicly.
1412
Dummy::Application.config.secret_key_base = '43fa5672451bbd0a171668e625edc433eb00eeeb14c2606546e262e499ab853cfb532998d4809abe5019bf13888863e3a2c7d5cf7757de7a2b1fb50826d9874e'
1513

16-
#for rails 3.1 & 3.2
14+
# for rails 3.1 & 3.2
1715
Dummy::Application.config.secret_token = Dummy::Application.config.secret_key_base

0 commit comments

Comments
 (0)