Rename RefExtractor to ExtractsPath

Update docs a bit
This commit is contained in:
Robert Speicher 2012-09-20 13:55:14 -04:00
parent a8ea8d98a4
commit a1e68a9120
6 changed files with 84 additions and 19 deletions

View file

@ -1,7 +1,7 @@
require 'spec_helper'
describe RefExtractor do
include RefExtractor
describe ExtractsPath do
include ExtractsPath
let(:project) { double('project') }