features/rspec.feature in pah-0.0.14 vs features/rspec.feature in pah-0.0.15
- old
+ new
@@ -1,10 +1,12 @@
+@no-clobber
Feature: RSpec
Background:
- Given I have created a app with pah
+ Given I have created the app "myapp" with pah
Scenario: Have correct files
Then I have a spec/spec_helper.rb
+ Then I have a spec/rails_helper.rb
Then I have a spec/support/database_cleaner.rb
Then I have a spec/support/factory_girl.rb
Then I have a spec/support/http_basic_auth.rb
Then I have a spec/support/matchers.rb
Then I have a spec/support/suppress_log.rb