spec/lib/s3log/cli_spec.rb in s3log-0.0.4 vs spec/lib/s3log/cli_spec.rb in s3log-0.0.5

- old
+ new

@@ -19,9 +19,9 @@ Dir.chdir @oldpwd FileUtils.rm_rf @testdir if Dir.exists? @testdir end it "init creates a working directory" do - expect(File.file? 'config.yml').to be_true + expect(File.file? 'config.yml').to be_truthy end -end \ No newline at end of file +end