-
Notifications
You must be signed in to change notification settings - Fork 0
/
rspec_results.txt
34 lines (26 loc) · 982 Bytes
/
rspec_results.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
restaurants index page
no restaurants have been added
should display a message
creating a restaurant
with valid data
adds it to the restaurants index
with invalid data
shows an error
editing a restaurant
saves the change to the restaurant
deleting a restaurant
removes the restaurant from the listing
RestaurantsHelper
add some examples to (or delete) /Users/scm/Dropbox/Makers/Projects/yelp/spec/helpers/restaurants_helper_spec.rb (PENDING: No reason given)
Restaurant
is not valid without a name
is not valid without an address
is not valid without a cuisine
is not valid with an address that is too short
is not valid unless name starts with a capital letter
Pending:
RestaurantsHelper add some examples to (or delete) /Users/scm/Dropbox/Makers/Projects/yelp/spec/helpers/restaurants_helper_spec.rb
# No reason given
# ./spec/helpers/restaurants_helper_spec.rb:14
Finished in 0.18831 seconds
11 examples, 0 failures, 1 pending