Sha256: 6ced57acb015c58ea4cfe1aee0d0f766e5dcf6f3d9d5bccee3083515810964bc

Contents?: true

Size: 231 Bytes

Versions: 22

Compression:

Stored size: 231 Bytes

Contents

require 'test_helper'

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
shipit-engine-0.1.0 test/unit/commands_test.rb
shipit-engine-0.0.1.pre test/unit/commands_test.rb