Fix MD012 Multiple consecutive blank lines across multiple markdown files

This commit is contained in:
Bertocq
2017-06-15 23:49:26 +02:00
parent 41a2cf5bf3
commit 889af958be
4 changed files with 0 additions and 13 deletions

View File

@@ -125,7 +125,6 @@ end
Do not forget to cover your changes with a test at the `spec/models/custom` folder. Following the example we could create `spec/models/custom/residence_spec.rb`:
```ruby
require 'rails_helper'
@@ -181,7 +180,6 @@ And then just do the classic Ruby on Rails flow `bundle install` and following a
If you need to extend or modify the `config/application.rb` just do it at the `config/application_custom.rb` file. For example if you want to change de default language to English, just add:
```ruby
module Consul
class Application < Rails::Application