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

Version Path
jeweler-2.1.1 test/jeweler/commands/test_validate_gemspec.rb
dima-jeweler-1.2.0 test/jeweler/commands/test_validate_gemspec.rb
gohanlonllc-jeweler-0.11.1.20090513153819 test/jeweler/commands/test_validate_gemspec.rb
gohanlonllc-jeweler-1.0.0.20080513000000 test/jeweler/commands/test_validate_gemspec.rb
gohanlonllc-jeweler-1.0.0.20090513153819 test/jeweler/commands/test_validate_gemspec.rb
mcornick-jeweler-1.2.0 test/jeweler/commands/test_validate_gemspec.rb
monkeyhelper-jeweler-1.0.1 test/jeweler/commands/test_validate_gemspec.rb
namelessjon-jeweler-1.0.1 test/jeweler/commands/test_validate_gemspec.rb
pivotal-jeweler-1.0.1.1 test/jeweler/commands/test_validate_gemspec.rb
technicalpickles-jeweler-0.10.0 test/jeweler/commands/test_validate_gemspec.rb
technicalpickles-jeweler-0.10.1 test/jeweler/commands/test_validate_gemspec.rb
technicalpickles-jeweler-0.10.2 test/jeweler/commands/test_validate_gemspec.rb
technicalpickles-jeweler-0.11.0 test/jeweler/commands/test_validate_gemspec.rb
technicalpickles-jeweler-1.0.0 test/jeweler/commands/test_validate_gemspec.rb
technicalpickles-jeweler-1.0.1 test/jeweler/commands/test_validate_gemspec.rb
technicalpickles-jeweler-1.0.2 test/jeweler/commands/test_validate_gemspec.rb
technicalpickles-jeweler-1.1.0 test/jeweler/commands/test_validate_gemspec.rb
technicalpickles-jeweler-1.2.1 test/jeweler/commands/test_validate_gemspec.rb
jeweler-2.0.1 test/jeweler/commands/test_validate_gemspec.rb
jeweler-2.0.0 test/jeweler/commands/test_validate_gemspec.rb