aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins/rspec/examples/legacy_spec.rb
blob: 61669e7e69319a659b3ab502c8aa75d0d906249c (plain)
1
2
3
4
5
6
7
8
9
10
context "A legacy spec" do
  setup do
  end
  
  specify "should work fine" do
  end
  
  teardown do
  end
end