From b33108c54a8e458fff2d75419e01579f082cec4a Mon Sep 17 00:00:00 2001 From: Bert Owen Date: Fri, 20 Jun 2014 02:49:53 +0800 Subject: [PATCH] make create session flow spec as pending... --- web/spec/features/create_session_flow_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/web/spec/features/create_session_flow_spec.rb b/web/spec/features/create_session_flow_spec.rb index 02b47af5f..431aadf61 100644 --- a/web/spec/features/create_session_flow_spec.rb +++ b/web/spec/features/create_session_flow_spec.rb @@ -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) }