Sha256: b2552b17e8e30294564a7df34510bc4bb1a476b873f535026aad0c93c83db593
Contents?: true
Size: 749 Bytes
Versions: 3
Compression:
Stored size: 749 Bytes
Contents
@disable-bundler Feature: raise an exception when there is no Appraisal file Scenario: No Appraisal file Given a directory named "projecto" And the following installed dummy gems: | name | version | | dummy_girl | 1.3.0 | And I cd to "projecto" And I write to "Gemfile" with: """ gem "dummy_girl" """ And I add "appraisal" from this project as a dependency And I write to "Rakefile" with: """ require 'rubygems' require 'bundler/setup' require 'appraisal' """ And I successfully run `bundle install --local` When I run `bundle exec rake appraisal:install --trace` Then the output should contain "Unable to locate 'Appraisals' file in the current directory."
Version data entries
3 entries across 3 versions & 1 rubygems