mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 01:11:23 +00:00
Fix style
This commit is contained in:
parent
7c6b66a43d
commit
9c7917ef10
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