Skip to content

Instantly share code, notes, and snippets.

@kakutani
Created January 6, 2009 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kakutani/43634 to your computer and use it in GitHub Desktop.
Save kakutani/43634 to your computer and use it in GitHub Desktop.
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