mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-13 21:31:28 +00:00
Fix style
This commit is contained in:
parent
31f4a3a5dc
commit
a4bf9f49ac
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
require 'spec_helper'
|
||||
require "spec_helper"
|
||||
|
||||
feature 'User Stream Information' do
|
||||
feature "User Stream Information" do
|
||||
let(:password) { "foobar" }
|
||||
let!(:user) { create :user, raw_password: password }
|
||||
|
||||
feature 'stream administration' do
|
||||
scenario 'user updates their stream' do
|
||||
feature "stream administration" do
|
||||
scenario "user updates their stream" do
|
||||
visit user_path(user)
|
||||
expect(page).to have_content("No Stream Provided")
|
||||
fill_login_form(user, password)
|
||||
|
|
Loading…
Reference in a new issue