spec/cli/config_spec.rb in hanzo-0.4.5 vs spec/cli/config_spec.rb in hanzo-0.5
- old
+ new
@@ -41,10 +41,10 @@
expect(Hanzo).to receive(:print).with(['- SMTP_USERNAME'])
expect(Hanzo).to receive(:print).with("Missing variables in #{environment_two_name}", :yellow)
expect(Hanzo).to receive(:print).with(['- SMTP_PASSWORD', '- SMTP_HOST'])
end
- it 'should install specified labs for each environment' do
+ it 'should list missing variables for all environments' do
config!
end
end
end
end