-
-
Save yorickpeterse/1d3c876a2238e3408dfd 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
$ git blame spec/the_only_spec_in_this_project.rb | |
7498f515 (Tony Abbot 2012-01-17 10:43:44 +0100 1) require File.dirname(__FILE__) + '/spec_helper.rb' | |
7498f515 (Tony Abbot 2012-01-17 10:43:44 +0100 2) | |
7498f515 (Tony Abbot 2012-01-17 10:43:44 +0100 3) # Time to add your specs! | |
7498f515 (Tony Abbot 2012-01-17 10:43:44 +0100 4) # http://rspec.info/ | |
7498f515 (Tony Abbot 2012-01-17 10:43:44 +0100 5) describe "Place your specs here" do | |
7498f515 (Tony Abbot 2012-01-17 10:43:44 +0100 6) | |
7498f515 (Tony Abbot 2012-01-17 10:43:44 +0100 7) it "find this spec in spec directory" do | |
7498f515 (Tony Abbot 2012-01-17 10:43:44 +0100 8) violated "Be sure to write your specs" | |
7498f515 (Tony Abbot 2012-01-17 10:43:44 +0100 9) end | |
7498f515 (Tony Abbot 2012-01-17 10:43:44 +0100 10) | |
7498f515 (Tony Abbot 2012-01-17 10:43:44 +0100 11) end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment