Sha256: 076be0234d4e75c46c39bc320e93e81c306d7a6535c48973e046aa4468789542
Contents?: true
Size: 296 Bytes
Versions: 11
Compression:
Stored size: 296 Bytes
Contents
Then /^gemspec builds the RubyGem successfully$/ do @stdout = File.expand_path(File.join(@tmp_root, "rake.out")) FileUtils.chdir(@active_project_folder) do system "gem build #{@project_name}.gemspec > #{@stdout}" gemspec = Dir['**/*.gem'].first gemspec.should_not be_nil end end
Version data entries
11 entries across 11 versions & 1 rubygems