Skip to content

Commit be93344

Browse files
committed
Merge pull request #255 from hunner/fix_pending
Fix pending tests
2 parents 7ed3f56 + cff25a8 commit be93344

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

spec/unit/classes/concat_setup_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
context 'deprecated as a public class' do
4545
it 'should create a warning' do
46-
pending('rspec-puppet support for testing warning()')
46+
skip('rspec-puppet support for testing warning()')
4747
end
4848
end
4949

spec/unit/defines/concat_fragment_spec.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
let(:params) {{ :ensure => 'invalid', :target => '/etc/motd' }}
9797

9898
it 'should create a warning' do
99-
pending('rspec-puppet support for testing warning()')
99+
skip('rspec-puppet support for testing warning()')
100100
end
101101
end
102102
end # ensure =>
@@ -244,7 +244,7 @@
244244
}
245245

246246
it 'should create a warning' do
247-
pending('rspec-puppet support for testing warning()')
247+
skip('rspec-puppet support for testing warning()')
248248
end
249249
end
250250
end # mode =>
@@ -257,7 +257,7 @@
257257
}
258258

259259
it 'should create a warning' do
260-
pending('rspec-puppet support for testing warning()')
260+
skip('rspec-puppet support for testing warning()')
261261
end
262262
end
263263
end # owner =>
@@ -270,7 +270,7 @@
270270
}
271271

272272
it 'should create a warning' do
273-
pending('rspec-puppet support for testing warning()')
273+
skip('rspec-puppet support for testing warning()')
274274
end
275275
end
276276
end # group =>
@@ -283,7 +283,7 @@
283283
}
284284

285285
it 'should create a warning' do
286-
pending('rspec-puppet support for testing warning()')
286+
skip('rspec-puppet support for testing warning()')
287287
end
288288
end
289289
end # backup =>

spec/unit/defines/concat_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
it_behaves_like 'concat', '/etc/foo.bar', { :warn => warn }
280280

281281
it 'should create a warning' do
282-
pending('rspec-puppet support for testing warning()')
282+
skip('rspec-puppet support for testing warning()')
283283
end
284284
end
285285
end
@@ -386,7 +386,7 @@
386386
it_behaves_like 'concat', '/etc/foo.bar', { :gnu => 'foo'}
387387

388388
it 'should create a warning' do
389-
pending('rspec-puppet support for testing warning()')
389+
skip('rspec-puppet support for testing warning()')
390390
end
391391
end
392392
end

0 commit comments

Comments
 (0)