This website works better with JavaScript.
Home
Explore
Help
Sign In
bike
/
bike-database
mirror of
https://github.com/fspc/bike-database.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Bike database interface
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
136
Commits
2
Branches
0
Tags
1.5 MiB
Tree:
7fdf4f7d02
master
vagrant
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7fdf4f7d02'
${ noResults }
bike-database
/
spec
/
factories
/
users.rb
7 lines
104 B
Raw
Normal View
History
lk - add devise for session management; user must log in to update bikes & volunteers
10 years ago
FactoryGirl
.
define
do
factory
:user
do
Louis | Remove failing autogenerated tests, fix bug where bike type wasn't saving
10 years ago
email
"
user@example.com
"
password
"
password
"
lk - add devise for session management; user must log in to update bikes & volunteers
10 years ago
end
end