Skip to content

Commit

Permalink
Remove old Devise method
Browse files Browse the repository at this point in the history
  • Loading branch information
rap1ds committed Jan 28, 2016
1 parent 9908cf5 commit 199642a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/controllers/listings_controller_spec.rb
Expand Up @@ -50,7 +50,6 @@ def create_shape(community_id, type, process_id, translations = [], categories =

@p1 = FactoryGirl.create(:person)
@p1.communities << @c1
@p1.ensure_authentication_token!

@category_item = FactoryGirl.create(:category, :community => @c1)
@category_item.translations << FactoryGirl.create(:category_translation, :name => "Tavarat", :locale => "fi", :category => @category_item)
Expand Down

0 comments on commit 199642a

Please sign in to comment.