Skip to content

Commit

Permalink
Updated template to use rails_helper instead of spec_helper so it wor…
Browse files Browse the repository at this point in the history
…ks with Rails 4
  • Loading branch information
SpencerCDixon committed Sep 15, 2015
1 parent 57a5141 commit 03f969c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/rspec/templates/decorator_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'spec_helper'
require 'rails_helper'

describe <%= class_name %>Decorator do
end

0 comments on commit 03f969c

Please sign in to comment.