-
Notifications
You must be signed in to change notification settings - Fork 36
Jacob Ibáñez #35
base: master
Are you sure you want to change the base?
Jacob Ibáñez #35
Conversation
…t] Test passing with simplest but not best implementation.
…t] Test passing with better solution.
@@ -4,7 +4,6 @@ | |||
import com.scmspain.configuration.TweetConfiguration; | |||
import org.springframework.boot.SpringApplication; | |||
import org.springframework.boot.autoconfigure.EnableAutoConfiguration; | |||
import org.springframework.boot.autoconfigure.SpringBootApplication; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm curious about that... if I put the @SpringBootApplication
annotation, the tests fail, ¿why is that?
Nevertheless, a unused import must be erased.
…t] Yay! A test was failing!
…not best implementation.
The test is finished. Nevertheless, the specifications in the [As a User, I want to add links to the tweet text without affecting the 140 character limit] User Story are not clear enough. As it is implemented right now, an infinite tweet can bypass the validation simply by omitting any spaces after the http sequence. In the future, the Product Owner should clarify if this is correct or not, or the scrum team in the refinement meeting should say if this User Story meets the Definition Of Ready. |
No description provided.