Updated template to use rails_helper instead of spec_helper so it works with Rails 4

This commit is contained in:
Spencer Dixon 2015-09-14 20:26:13 -04:00
parent 57a514133b
commit 03f969c503
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
require 'spec_helper'
require 'rails_helper'
describe <%= class_name %>Decorator do
end