From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-347295-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QOo8J-0002lP-EA
	for garchives@archives.gentoo.org; Tue, 24 May 2011 09:42:36 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5ABA51C416;
	Tue, 24 May 2011 09:41:57 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 2D0211C420
	for <gentoo-commits@lists.gentoo.org>; Tue, 24 May 2011 09:41:57 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 77DD52AC00E
	for <gentoo-commits@lists.gentoo.org>; Tue, 24 May 2011 09:41:56 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id E6BE28050C
	for <gentoo-commits@lists.gentoo.org>; Tue, 24 May 2011 09:41:55 +0000 (UTC)
From: "Petteri Räty" <betelgeuse@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Petteri Räty" <betelgeuse@gentoo.org>
Message-ID: <28794a12eeb0ea94ece6166e5c165d0c4b250bc7.betelgeuse@gentoo>
Subject: [gentoo-commits] proj/council-webapp:master commit in: site/
X-VCS-Repository: proj/council-webapp
X-VCS-Files: site/Gemfile site/Gemfile.lock
X-VCS-Directories: site/
X-VCS-Committer: betelgeuse
X-VCS-Committer-Name: Petteri Räty
X-VCS-Revision: 28794a12eeb0ea94ece6166e5c165d0c4b250bc7
Date: Tue, 24 May 2011 09:41:55 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 2ba9acc7652816d9ccebb44de3fdd123

commit:     28794a12eeb0ea94ece6166e5c165d0c4b250bc7
Author:     Joachim Filip Ignacy Bartosik <jbartosik <AT> gmail <DOT> com=
>
AuthorDate: Fri May 20 14:29:29 2011 +0000
Commit:     Petteri R=C3=A4ty <betelgeuse <AT> gentoo <DOT> org>
CommitDate: Fri May 20 15:05:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/council-webap=
p.git;a=3Dcommit;h=3D28794a12

Start using factory_girl

---
 site/Gemfile      |    1 +
 site/Gemfile.lock |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/site/Gemfile b/site/Gemfile
index 3898aca..b1548c3 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -14,6 +14,7 @@ group :development, :test do
   gem 'database_cleaner'
   gem 'launchy'
   gem 'show_me_the_cookies'
+  gem 'factory_girl'
 end
=20
 gem "hobo", ">=3D 1.3.0.pre28"

diff --git a/site/Gemfile.lock b/site/Gemfile.lock
index cc828d7..939add4 100644
--- a/site/Gemfile.lock
+++ b/site/Gemfile.lock
@@ -71,6 +71,7 @@ GEM
       hobo_support (=3D 1.3.0.pre28)
     erubis (2.6.6)
       abstract (>=3D 1.0.0)
+    factory_girl (1.3.3)
     faraday (0.6.1)
       addressable (~> 2.2.4)
       multipart-post (~> 1.1.0)
@@ -203,6 +204,7 @@ DEPENDENCIES
   cucumber-rails
   database_cleaner
   devise
+  factory_girl
   hobo (>=3D 1.3.0.pre28)
   hobo_devise (>=3D 0.0.2)
   launchy