CHANGELOG.md in maestrano-connector-rails-2.0.0.pre.RC10 vs CHANGELOG.md in maestrano-connector-rails-2.0.0.pre.RC11
- old
+ new
@@ -4,10 +4,12 @@
* Configuration driven from the [Maestrano Developer Platform](https://dev-platform.maestrano.com)
### Migration guide
* Follow migration steps up to framework version 1.5.0
* Replace ocurrences of `@organizations` with `current_organization` in `home_index.haml`
-* Developer Platform registration to be detailed
+* In spec_helper.rb add the line `require 'maestrano_connector_rails/factories.rb'`
+
+### Developer Platform registration to be detailed
## 1.5.0
### Breaking changes
* `Maestrano::Connector::Rails::SynchronizationJob.perform` now takes an `organization.id` as parameter.