changelog shortlog tags changeset manifest revisions annotate raw

vendor/plugins/rspec/failing_examples/failure_in_teardown.rb

changeset 15: 64acf98d15f4
author: moriq@moriq.com
date: Mon Mar 10 10:12:58 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: add plugins rspec
1describe "This example" do
2
3 it "should be listed as failing in teardown" do
4 end
5
6 after(:each) do
7 NonExistentClass.new
8 end
9
10end