mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-05-05 15:00:57 +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(:password) { "foobar" }
|
||||||
let!(:user) { create :user, raw_password: password }
|
let!(:user) { create :user, raw_password: password }
|
||||||
|
|
||||||
feature 'stream administration' do
|
feature "stream administration" do
|
||||||
scenario 'user updates their stream' do
|
scenario "user updates their stream" do
|
||||||
visit user_path(user)
|
visit user_path(user)
|
||||||
expect(page).to have_content("No Stream Provided")
|
expect(page).to have_content("No Stream Provided")
|
||||||
fill_login_form(user, password)
|
fill_login_form(user, password)
|
||||||
|
|
Loading…
Reference in a new issue