spec/capistrano/env/formatter/ruby_formatter_spec.rb in capistrano-env-0.1.2 vs spec/capistrano/env/formatter/ruby_formatter_spec.rb in capistrano-env-0.2.0
- old
+ new
@@ -6,6 +6,7 @@
expect_string = <<EOF
ENV["HELLO"] = "WORLD"
ENV["HOGE"] = "1,2,3"
EOF
it { expect(described_class.format(envs)).to eq expect_string }
+ it { expect(described_class.filename).to eq 'capenv.rb' }
end