Skip to content

Instantly share code, notes, and snippets.

@yorickpeterse
Created April 30, 2014 10:03
Show Gist options
  • Save yorickpeterse/1d3c876a2238e3408dfd to your computer and use it in GitHub Desktop.
Save yorickpeterse/1d3c876a2238e3408dfd to your computer and use it in GitHub Desktop.
$ 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