make create session flow spec as pending...
This commit is contained in:
parent
af06127403
commit
b33108c54a
|
|
@ -1,6 +1,7 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "Create Session Flow", :js => true, :type => :feature, :capybara_feature => true do
|
||||
pending "implementing...."
|
||||
context "create session flow" do
|
||||
let(:user1) { FactoryGirl.create(:user) }
|
||||
let(:user2) { FactoryGirl.create(:user) }
|
||||
|
|
|
|||
Loading…
Reference in New Issue