summaryrefslogtreecommitdiff
path: root/spec/mspec/spec/fixtures/tagging_spec.rb
blob: 0097fd1808145ff442b591d5efd0503b5fadc94e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# encoding: utf-8
unless defined?(RSpec)
  describe "Tag#me" do
    it "passes" do
      1.should == 1
    end

    it "errors" do
      1.should == 2
    end

    it "érròrs in unicode" do
      1.should == 2
    end
  end
end