Sha256: 89416b5672291462fb8f8a6d2a77e3f013a9994f65bc4b0fc9efe4ac2db0032d

Contents?: true

Size: 274 Bytes

Versions: 2

Compression:

Stored size: 274 Bytes

Contents

Then /^gemspec builds the RubyGem successfully$/ do
  @stdout = File.expand_path(File.join(@tmp_root, "rake.out"))
  in_project_folder do
    system "gem build #{@project_name}.gemspec > #{@stdout}"
    gemspec = Dir['**/*.gem'].first
    gemspec.should_not be_nil
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
newgem-1.4.0 features/step_definitions/rubygems_steps.rb
newgem-1.4.1 features/step_definitions/rubygems_steps.rb