Skip to content

Commit

Permalink
tweak docstring rspec#126 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Mar 29, 2012
1 parent 8f822b0 commit e5cd722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rspec/matchers/dsl_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def question?
:answer
end

it "able to use custom matchers inside custom matcher" do
it "supports calling custom matchers from within other custom matchers" do
RSpec::Matchers.define :be_ok do
match { |actual| actual.should == "ok" }
end
Expand Down

0 comments on commit e5cd722

Please sign in to comment.