Skip to content

Commit

Permalink
Switched refinery_login_with for refinery_login.
Browse files Browse the repository at this point in the history
-- DEPRECATION WARNING --
The use of 'refinery_login_with' is deprecated and will be removed at version 3.1.
Please use refinery_login instead.
  • Loading branch information
parndt committed Nov 3, 2015
1 parent 1a72148 commit 615f828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/manage_news_items_spec.rb
@@ -1,7 +1,7 @@
require "spec_helper"

describe "manage news items", :type => :feature do
refinery_login_with :refinery_user
refinery_login

context "when no news items" do
it "invites to create one" do
Expand Down

0 comments on commit 615f828

Please sign in to comment.