Commit 1d7fdf45ff9cece4ceef46f19616e294fc0e24ee
1 parent
97a92f8a
Exists in
master
and in
4 other branches
Removed unused spec
Showing
1 changed file
with
0 additions
and
8 deletions
Show diff stats
spec/requests/projects_spec.rb
| @@ -3,14 +3,6 @@ require 'spec_helper' | @@ -3,14 +3,6 @@ require 'spec_helper' | ||
| 3 | describe "Projects" do | 3 | describe "Projects" do |
| 4 | before { login_as :user } | 4 | before { login_as :user } |
| 5 | 5 | ||
| 6 | - describe 'GET /project/new' do | ||
| 7 | - it "should work autocomplete", :js => true do | ||
| 8 | - visit new_project_path | ||
| 9 | - | ||
| 10 | - fill_in 'project_name', with: 'Awesome' | ||
| 11 | - end | ||
| 12 | - end | ||
| 13 | - | ||
| 14 | describe "GET /projects/show" do | 6 | describe "GET /projects/show" do |
| 15 | before do | 7 | before do |
| 16 | @project = create(:project, owner: @user) | 8 | @project = create(:project, owner: @user) |