test/integration/affinity_group/Affinity_test.rb in azure-0.6.4 vs test/integration/affinity_group/Affinity_test.rb in azure-0.7.0.pre
- old
+ new
@@ -22,10 +22,10 @@
describe '#affinity_group' do
let(:label_name) { 'Label' }
let(:options) { { description: 'Some Description' } }
before do
- Loggerx.expects(:puts).returns(nil).at_least(0)
+ Azure::Loggerx.expects(:puts).returns(nil).at_least(0)
end
it 'get affinity group properties for an existing group' do
subject.create_affinity_group(affinity_group_name,
WindowsImageLocation,