index
:
cakeside/cakeside.git
master
CakeSide web application
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
models
/
user_spec.rb
Age
Commit message (
Collapse
)
Author
2015-01-02
upgrade specs to expect syntax.
mo khan
2015-01-02
fix broken build.
mo khan
2014-10-15
extract user repository
mo khan
2014-09-30
bring back the city.
mo khan
2014-09-17
add password validation.
mo khan
2014-09-17
add email validation.
mo khan
2014-09-17
get user model specs working.
mo khan
2014-08-16
implement a simple search.
mo khan
2014-08-14
move login method to user model.
mo khan
2014-06-10
replace references from spec_helper to rails_helper.
mo khan
2014-06-09
upgrade to rspec 2.99 and make compatible with rspec 3.0
mo khan
2014-01-17
fix broken specs.
mo khan
2014-01-08
add spec for sending welcome email.
mo khan
2013-12-29
fix broken specs.
mo khan
2013-12-29
re-organize hooks, validation and data definitions in user model.
mo khan
2013-07-26
fix user spec
mo khan
2013-07-20
remove references to FactoryGirl
mo khan
2013-07-19
remove comments
mo khan
2013-07-06
fix broken spec
mo khan
2013-07-01
fix broken specs
mo khan
2013-06-28
always display the users in the order that the signed up
mo khan
2013-05-11
refactor add favorite
mo khan
2013-05-11
add missing specs for adding a favorite
mo khan
2013-05-11
refactor lookup for favorite
mo khan
2013-05-11
add spec for checking if a user already added a cake to their favorites
mo khan
2013-05-10
make sure user can respond to basic attributes
mo khan
2012-06-12
fix titles
mo k
2012-06-11
add specs for creating a new comment.
mo k
2012-05-22
trying to figure out why the specs are failing after adding the website ↵
mo k
validation.
2012-05-22
add specs to test the error message supplied when an invalid url is specified.
mo k
2012-05-22
add validation for website url on User model.
mo k
2012-05-12
fix broken tests and remove unneccessary items from gemlock.
mista mo
2012-01-29
rename likes to favorites.
mo k
2012-01-06
remove empty view tests.
mo k
2012-01-06
remove empty files.
mo k
2012-01-06
prevent users from liking the same creation more than once, and prevent a ↵
mo k
user from liking their own stuff.