method

should_fail_with_should

1.1.12 - Show latest stable - Class: MySpec
should_fail_with_should()
public

No documentation available.

# File resources/spec/example_group_with_should_methods.rb, line 9
  def should_fail_with_should
    1.should == 2
  end