Sha256: cd4788b5c4c015f75cbcbec670b9303892917596e05ad4d888eb12850ecf8169
Contents?: true
Size: 561 Bytes
Versions: 32
Compression:
Stored size: 561 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 "a custom group set as the default" do it "becomes the default base class for example groups" do CustomGroup.should === self end end """ When I run "spec custom_example_group_spec.rb" Then the stdout should include "1 example, 0 failures"
Version data entries
32 entries across 32 versions & 11 rubygems