make create session flow spec as pending...

This commit is contained in:
Bert Owen 2014-06-20 02:49:53 +08:00
parent af06127403
commit b33108c54a
1 changed files with 1 additions and 0 deletions

View File

@ -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) }