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
# Rails application template for Rails 3 + MySQL + Git + haml + JQuery + Rspec + FactoryGirl | |
# by Brian Smith <[email protected]> | |
# Create a default README | |
file "README.md", <<-EOF | |
#{app_name} | |
#{"=" * app_name.length} | |
TODO: description |
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/fixtures/vcr/Crawl.yml b/spec/fixtures/vcr/Crawl.yml | |
index 2baaadf..be4b0fc 100644 | |
--- a/spec/fixtures/vcr/Crawl.yml | |
+++ b/spec/fixtures/vcr/Crawl.yml | |
@@ -3,7 +3,9 @@ | |
request: !ruby/struct:VCR::Request | |
method: :get | |
uri: http://www.snoopdogg.com:80/ | |
- body: !!null | |
+ body: |
NewerOlder