spec/integration/default_spec.rb in itamae-1.9.1 vs spec/integration/default_spec.rb in itamae-1.9.2

- old
+ new

@@ -169,9 +169,13 @@ describe command('gem list') do its(:stdout) { should include('tzinfo (1.2.2, 1.1.0)') } end +describe command('ri Bundler') do + its(:stderr) { should eq("Nothing known about Bundler\n") } +end + describe file('/tmp/created_by_definition') do it { should be_file } its(:content) { should eq("name:name,key:value,message:Hello, Itamae\n") } end