Sha256: f7631546ad013b60e650026733afc1f31b1351d5a936de089f5b7c4585a7ffe0

Contents?: true

Size: 269 Bytes

Versions: 4

Compression:

Stored size: 269 Bytes

Contents

require 'spec_helper'

feature 'Create a new project with default configuration' do
  scenario 'specs pass' do
    run_roboparts

    Dir.chdir(project_path) do
      Bundler.with_clean_env do
        expect(`rake`).to include('0 failures')
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
roboparts-0.6.4 spec/features/new_project_spec.rb
roboparts-0.6.3 spec/features/new_project_spec.rb
roboparts-0.6.2 spec/features/new_project_spec.rb
roboparts-0.6.1 spec/features/new_project_spec.rb