mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Getting functional tests running.
This commit is contained in:
parent
fd433d76d8
commit
76340b780c
22 changed files with 267 additions and 216 deletions
16
Gemfile.lock
16
Gemfile.lock
|
|
@ -41,13 +41,14 @@ GEM
|
|||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.3.1)
|
||||
daemons (1.0.10)
|
||||
erubis (2.7.0)
|
||||
execjs (1.3.0)
|
||||
multi_json (~> 1.0)
|
||||
gem_plugin (0.2.3)
|
||||
highline (1.5.2)
|
||||
hike (1.2.1)
|
||||
htmlentities (4.3.1)
|
||||
httpclient (2.2.4)
|
||||
i18n (0.6.0)
|
||||
journey (1.0.3)
|
||||
jquery-rails (2.0.2)
|
||||
|
|
@ -59,7 +60,10 @@ GEM
|
|||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
mime-types (1.18)
|
||||
multi_json (1.2.0)
|
||||
mongrel (1.2.0.pre2)
|
||||
daemons (~> 1.0.10)
|
||||
gem_plugin (~> 0.2.3)
|
||||
multi_json (1.3.2)
|
||||
mysql2 (0.3.11)
|
||||
nokogiri (1.4.7)
|
||||
polyglot (0.3.3)
|
||||
|
|
@ -97,13 +101,12 @@ GEM
|
|||
railties (~> 3.2.0)
|
||||
sass (>= 3.1.10)
|
||||
tilt (~> 1.3)
|
||||
soap4r (1.5.8)
|
||||
httpclient (>= 2.1.1)
|
||||
soap4r-ruby1.9 (2.0.5)
|
||||
sprockets (2.1.2)
|
||||
hike (~> 1.2)
|
||||
rack (~> 1.0)
|
||||
tilt (~> 1.1, != 1.3.0)
|
||||
sqlite3 (1.3.5)
|
||||
sqlite3 (1.3.6)
|
||||
swf_fu (2.0.1)
|
||||
coffee-script
|
||||
rails (~> 3.1)
|
||||
|
|
@ -132,12 +135,13 @@ DEPENDENCIES
|
|||
htmlentities (~> 4.3.0)
|
||||
jquery-rails
|
||||
mail
|
||||
mongrel (= 1.2.0.pre2)
|
||||
mysql2
|
||||
rails (= 3.2.3)
|
||||
rails_autolink
|
||||
sanitize (~> 1.2.1)
|
||||
sass-rails (~> 3.2.3)
|
||||
soap4r (~> 1.5.8)
|
||||
soap4r-ruby1.9
|
||||
sqlite3
|
||||
swf_fu
|
||||
uglifier (>= 1.0.3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue