Sha256: 0efec5105f4df5d5c344799149b7875b462dffb430d138c747eb819f86f53dd4
Contents?: true
Size: 292 Bytes
Versions: 2
Compression:
Stored size: 292 Bytes
Contents
Feature: arbitrary file suffix Scenario: .spec Given a file named "a.spec" with: """ruby describe "something" do it "does something" do expect(3).to eq(3) end end """ When I run `rspec a.spec` Then the examples should all pass
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rspec-core-3.0.0.beta2 | features/spec_files/arbitrary_file_suffix.feature |
rspec-core-3.0.0.beta1 | features/spec_files/arbitrary_file_suffix.feature |