Sha256: 0ed2fccc81a2b7e3149e1617c588983cbb462a897dbc6c209dd6fe4266e3c160
Contents?: true
Size: 476 Bytes
Versions: 23
Compression:
Stored size: 476 Bytes
Contents
require 'spec_helper' describe Jack::Config do before(:all) do Jack::UI.mute = true end let(:transmit) { Jack::Config::Transmit.new(test_options) } describe "transmit" do it "timestamp" do timestamp = transmit.timestamp expect(timestamp).to be_a(String) end it "extract_name" do name = transmit.extract_name("/app/.elasticbeanstalk/saved_configs/stag-rails-app.cfg.yml") expect(name).to eq "stag-rails-app" end end end
Version data entries
23 entries across 23 versions & 1 rubygems