Rubocop last pass on spec/**.rb

Change-Id: Ic917b206da6057e0cffd1e5d8167ce613faab79d
Implements: blueprint rubocop-for-identity
This commit is contained in:
galstrom21
2014-01-20 14:49:10 -06:00
parent 036e537165
commit be14b1606b
7 changed files with 22 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
# encoding: UTF-8
#
require_relative 'spec_helper'
describe 'openstack-identity::server' do
@@ -12,7 +15,7 @@ describe 'openstack-identity::server' do
'scheme' => 'https'
}
n.set['openstack']['endpoints']['identity-admin'] = {
'host' =>'127.0.1.1',
'host' => '127.0.1.1',
'port' => '35357',
'scheme' => 'https'
}