adding all of botlist, initial add
[botlist.git] / openbotlist / WEB-INF / lib / ruby / rspec / spec / spec / runner / output_one_time_fixture.rb
blob444730dc3e866d3e0e71459f619dddfbb723c4d7
1 require File.dirname(__FILE__) + '/../../spec_helper.rb'
3 describe "Running an Example" do
4   it "should not output twice" do
5     true.should be_true
6   end
7 end