1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Fix Style/IndentationConsistency

This commit is contained in:
William Johnston 2016-02-28 17:48:51 -06:00
parent 3f6f98a118
commit 012492e52a

View file

@ -11,6 +11,6 @@ Dir['#{File.dirname(__FILE__)}/support/**/*.rb'].each { |f| require f }
RSpec.configure do |config|
config.raise_errors_for_deprecations!
config.mock_framework = :mocha
config.order = "random"
config.mock_framework = :mocha
config.order = "random"
end