Sha256: a6fedc445e9f02719a1ea540dca56bf44369629724517778284b44def324a885
Contents?: true
Size: 647 Bytes
Versions: 153
Compression:
Stored size: 647 Bytes
Contents
require 'test_helper' class Jeweler module Commands class TestValidateGemspec < Test::Unit::TestCase build_command_context "build context" do setup do @command = Jeweler::Commands::ValidateGemspec.build_for(@jeweler) end should "assign gemspec_helper" do assert_same @gemspec_helper, @command.gemspec_helper end should "assign output" do assert_same @output, @command.output end should "return Jeweler::Commands::ValidateGemspec" do assert_kind_of Jeweler::Commands::ValidateGemspec, @command end end end end end
Version data entries
153 entries across 99 versions & 14 rubygems