Sha256: f400f9239126b4b5214a64ac758f3c8dbfe1beb1aa82bcf06b53ce031080187c
Contents?: true
Size: 488 Bytes
Versions: 189
Compression:
Stored size: 488 Bytes
Contents
Feature: --init option Use the --init option on the command line to generate conventional files for an rspec project. Scenario: generate .rspec When I run `rspec --init` Then the following files should exist: | .rspec | And the output should contain "create .rspec" Scenario: .rspec file already exists Given a file named ".rspec" with: """ --color """ When I run `rspec --init` Then the output should contain "exist .rspec"
Version data entries
189 entries across 136 versions & 25 rubygems