Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feedback IT3] Teste de TDD e BDD #16

Open
Lerissonf opened this issue Jun 17, 2017 · 0 comments
Open

[Feedback IT3] Teste de TDD e BDD #16

Lerissonf opened this issue Jun 17, 2017 · 0 comments
Assignees
Labels

Comments

@Lerissonf
Copy link

Caminho Feliz:

...........

Finished in 0.02337 seconds (files took 3.13 seconds to load)
11 examples, 0 failures

Caminho triste:

.......FFFF

Failures:

  1. KeeperController routing routes to #index
    >Failure/Error: expect(:get => "/keeper/indexw").to route_to("keeper#index")
    > No route matches "/keeper/indexw"
    ./spec/routing/routing_spec.rb:11:in `block (3 levels) in <top (required)>'
  1. KeeperController routing routes to #form
    > Failure/Error: expect(:get => "/keeper/formg").to route_to("keeper#form")
    > No route matches "/keeper/formg"
    > ./spec/routing/routing_spec.rb:15:in `block (3 levels) in <top (required)>'
  1. KeeperController routing routes to #rank
    > Failure/Error: expect(:get => "/keeper/rankc").to route_to("keeper#rank")
    > No route matches "/keeper/rankc"
    > ./spec/routing/routing_spec.rb:19:in `block (3 levels) in <top (required)>'
  1. KeeperController routing routes to #rank
    >Failure/Error: expect(:post => "/keeper/rankc").to route_to("keeper#rank")
    >No route matches "/keeper/rankc"
    > ./spec/routing/routing_spec.rb:23:in `block (3 levels) in <top (required)>'

Finished in 0.06954 seconds (files took 2.89 seconds to load)
11 examples, 4 failures

Failed examples:

rspec ./spec/routing/routing_spec.rb:10 # KeeperController routing routes to #index
rspec ./spec/routing/routing_spec.rb:14 # KeeperController routing routes to #form
rspec ./spec/routing/routing_spec.rb:18 # KeeperController routing routes to #rank
rspec ./spec/routing/routing_spec.rb:22 # KeeperController routing routes to #rank

TDD bem implementado e tendo todos Testes completos (todos verdes), contudo nenhum teste de BDD novo foi implementado apenas existia o teste de BDD da interação 2.

Nota: (10 * 50%) = 5,0

@Lerissonf Lerissonf self-assigned this Jun 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant