Created
January 6, 2009 02:22
-
-
Save kakutani/43634 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/spec/yaml_compatible_spec.rb b/spec/yaml_compatible_spec.rb | |
index 82d4293..d613253 100644 | |
--- a/spec/yaml_compatible_spec.rb | |
+++ b/spec/yaml_compatible_spec.rb | |
@@ -127,5 +127,9 @@ EOF_TEST_DATA | |
end | |
end | |
rescue LoadError => e | |
- warn "this spec require rspec-fixture." | |
+ describe "rspec-fixture gem" do | |
+ it "should installed" do | |
+ violated "this spec require rspec-fixture." | |
+ end | |
+ end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment