spec/spec_helper.rb in code-spec-0.1.3 vs spec/spec_helper.rb in code-spec-0.2.0
- old
+ new
@@ -3,9 +3,5 @@
require 'code-spec'
def fixtures_dir
File.expand_path(File.dirname(__FILE__) + '/code-spec/fixtures')
end
-
-def erb_fixtures_dir
- File.join(fixtures_dir, 'erb')
-end
\ No newline at end of file