Skip to content
Extraits de code Groupes Projets
Valider 7409cd8a rédigé par Raphael Sofaer's avatar Raphael Sofaer
Parcourir les fichiers

remove extra sass rule, add db:seed

parent 7b3a2b07
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -11,4 +11,17 @@
# Mayor.create(:name => 'Daley', :city => citie
require File.join(File.dirname(__FILE__), "..", "config", "environment")
require 'factory_girl_rails'
require 'spec/helper_methods'
include HelperMethods
alice = Factory(:user_with_aspect, :username => "alice", :password => 'evankorth')
bob = Factory(:user_with_aspect, :username => "bob", :password => 'evankorth')
eve = Factory(:user_with_aspect, :username => "eve", :password => 'evankorth')
alice.person.profile.update_attributes(:first_name => "Alice", :last_name => "Smith")
bob.person.profile.update_attributes(:first_name => "Bob", :last_name => "Grimm")
eve.person.profile.update_attributes(:first_name => "Eve", :last_name => "Doe")
connect_users(bob, bob.aspects.first, alice, alice.aspects.first)
connect_users(bob, bob.aspects.first, eve, eve.aspects.first)
......@@ -1964,8 +1964,6 @@ ul#landing_nav
:background -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(0,136,209)), color-stop(1, rgb(113,204,255)))
:background -moz-linear-gradient( center bottom, rgb(0,136,209) 0%, rgb(113,204,255) 100%)
&:active
#diaspora_description
:background
:image url('../images/ball.png')
......@@ -2428,3 +2426,6 @@ ul.show_comments
.right
:right 1em
.mention
:font
:weight bold
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter