require 'spec_helper' require 'capistrano/env/formatter/ruby_formatter' describe Capistrano::Env::Formatter::RubyFormatter do let(:envs) { {"HELLO" => "WORLD", "HOGE" => "1,2,3"} } expect_string =<