Sha256: 8417459baab39a1097e509d4e3d6531b289d5c9e62be77dbc03fc32a8c2b5250
Contents?: true
Size: 284 Bytes
Versions: 5
Compression:
Stored size: 284 Bytes
Contents
Feature: arbitrary file suffix Scenario: .spec Given a file named "a.spec" with: """ describe "something" do it "does something" do 3.should eq(3) end end """ When I run "rspec a.spec" Then the examples should all pass
Version data entries
5 entries across 5 versions & 2 rubygems