Sha256: c3b102eda0bbfff05829275ac9333d09c5172c5ead39e2ad216a4ec1f7e9731a
Contents?: true
Size: 531 Bytes
Versions: 18
Compression:
Stored size: 531 Bytes
Contents
Feature: custom example group Scenario: simple custom example group Given a file named "custom_example_group_spec.rb" with: """ class CustomGroup < Spec::ExampleGroup end Spec::Example::ExampleGroupFactory.default(CustomGroup) describe "setting a default example group base class" do it "should use that class by default" do CustomGroup.should === self end end """ When I run "spec custom_example_group_spec.rb" Then the stdout should match "1 example, 0 failures"
Version data entries
18 entries across 18 versions & 2 rubygems