mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Fix Style/IndentationConsistency
This commit is contained in:
parent
3f6f98a118
commit
012492e52a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue