spec/integration/default_spec.rb in itamae-1.1.14 vs spec/integration/default_spec.rb in itamae-1.1.15

- old
+ new

@@ -111,5 +111,9 @@ describe file('/tmp/created_in_redefine') do it { should be_file } its(:content) { should match(/first/) } end + +describe command('gem list') do + its(:stdout) { should include('tzinfo (1.2.2, 1.1.0)') } +end