Sha256: 1f310ec6a4e6d84a8210c46ae82d59f09b88ac56ad56b44b567c8ad7d2fedca4
Contents?: true
Size: 496 Bytes
Versions: 19
Compression:
Stored size: 496 Bytes
Contents
require 'test_helper' class Jeweler module Commands class TestInstallGem < Test::Unit::TestCase build_command_context "build for jeweler" do setup do @command = Jeweler::Commands::InstallGem.build_for(@jeweler) end should "assign gemspec helper" do assert_equal @gemspec_helper, @command.gemspec_helper end should "assign output" do assert_equal @output, @command.output end end end end end
Version data entries
19 entries across 19 versions & 6 rubygems