Sha256: 2241996a8f269423c5dd1197938ec5b29718f6de1a720e9593269a5268e9da4b

Contents?: true

Size: 265 Bytes

Versions: 19

Compression:

Stored size: 265 Bytes

Contents

require 'test_helper'

module Shipit
  class CommandsTest < ActiveSupport::TestCase
    def setup
      @commands = Commands.new
    end

    test 'SHIPIT gets added to the environment variables' do
      assert_equal '1', @commands.env['SHIPIT']
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
shipit-engine-0.11.0 test/unit/commands_test.rb
shipit-engine-0.10.0 test/unit/commands_test.rb
shipit-engine-0.9.0 test/unit/commands_test.rb
shipit-engine-0.8.9 test/unit/commands_test.rb
shipit-engine-0.8.8 test/unit/commands_test.rb
shipit-engine-0.8.7 test/unit/commands_test.rb
shipit-engine-0.8.6 test/unit/commands_test.rb
shipit-engine-0.8.5 test/unit/commands_test.rb
shipit-engine-0.8.4 test/unit/commands_test.rb
shipit-engine-0.8.3 test/unit/commands_test.rb
shipit-engine-0.8.2 test/unit/commands_test.rb
shipit-engine-0.8.1 test/unit/commands_test.rb
shipit-engine-0.8.0 test/unit/commands_test.rb
shipit-engine-0.7.0 test/unit/commands_test.rb
shipit-engine-0.6.4 test/unit/commands_test.rb
shipit-engine-0.6.3 test/unit/commands_test.rb
shipit-engine-0.6.2 test/unit/commands_test.rb
shipit-engine-0.6.1 test/unit/commands_test.rb
shipit-engine-0.6.0 test/unit/commands_test.rb