Removed unused spec
This commit is contained in:
parent
97a92f8ae7
commit
1d7fdf45ff
1 changed files with 0 additions and 8 deletions
|
@ -3,14 +3,6 @@ require 'spec_helper'
|
|||
describe "Projects" do
|
||||
before { login_as :user }
|
||||
|
||||
describe 'GET /project/new' do
|
||||
it "should work autocomplete", :js => true do
|
||||
visit new_project_path
|
||||
|
||||
fill_in 'project_name', with: 'Awesome'
|
||||
end
|
||||
end
|
||||
|
||||
describe "GET /projects/show" do
|
||||
before do
|
||||
@project = create(:project, owner: @user)
|
||||
|
|
Loading…
Reference in a new issue