summaryrefslogtreecommitdiff
path: root/spec/mspec/spec/fixtures/tagging_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/mspec/spec/fixtures/tagging_spec.rb')
-rw-r--r--spec/mspec/spec/fixtures/tagging_spec.rb16
1 files changed, 16 insertions, 0 deletions
diff --git a/spec/mspec/spec/fixtures/tagging_spec.rb b/spec/mspec/spec/fixtures/tagging_spec.rb
new file mode 100644
index 0000000000..0097fd1808
--- /dev/null
+++ b/spec/mspec/spec/fixtures/tagging_spec.rb
@@ -0,0 +1,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