Skip to content

Commit

Permalink
#198 - Removing test that validates existence of a local
Browse files Browse the repository at this point in the history
  • Loading branch information
zarbielli committed Oct 20, 2018
1 parent dee146b commit 29b1293
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions indicaAi/spec/models/local_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,4 @@
result = Local.find_local_ratings(id)
assert result.first, nota
end

it 'Testing Validade Local Existence - Should return true if local exist' do
local = create(:local)
name = local.name
exist = true

result = Local.validate_local_existence(name)
assert result, exist
end
end

0 comments on commit 29b1293

Please sign in to comment.