summaryrefslogtreecommitdiff
path: root/spec/mspec/spec/fixtures/chatty_spec.rb
blob: 2d110d8ce438f4793adace0121e3116644827fe9 (plain)
1
2
3
4
5
6
7
8
unless defined?(RSpec)
  describe "Chatty#spec" do
    it "prints too much" do
      STDOUT.puts "Hello\nIt's me!"
      1.should == 1
    end
  end
end