Commit 7a14f984b8cd6ad7048f46879dd76a8954d86bc6
1 parent
36691882
Exists in
master
and in
28 other branches
Adding Gemfile to install acceptance test dependencies
Showing
2 changed files
with
54 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,10 @@ |
1 | +source :rubygems | |
2 | +gem 'cucumber', '0.4.0' | |
3 | +gem 'webrat', '0.5.1' | |
4 | +gem 'rspec', '1.2.9' | |
5 | +gem 'rspec-rails', '1.2.9' | |
6 | +gem 'Selenium', '>= 1.1.14' | |
7 | +gem 'selenium-client', '>= 1.2.17' | |
8 | +gem 'database_cleaner' | |
9 | +gem 'exception_notification', '1.0.20090728' | |
10 | +gem 'system_timer' | ... | ... |
... | ... | @@ -0,0 +1,44 @@ |
1 | +GEM | |
2 | + remote: http://rubygems.org/ | |
3 | + specs: | |
4 | + Selenium (1.1.14) | |
5 | + builder (3.0.0) | |
6 | + cucumber (0.4.0) | |
7 | + builder (>= 2.1.2) | |
8 | + diff-lcs (>= 1.1.2) | |
9 | + polyglot (>= 0.2.9) | |
10 | + term-ansicolor (>= 1.0.3) | |
11 | + treetop (>= 1.4.2) | |
12 | + database_cleaner (0.7.0) | |
13 | + diff-lcs (1.1.3) | |
14 | + exception_notification (1.0.20090728) | |
15 | + nokogiri (1.5.0) | |
16 | + polyglot (0.3.3) | |
17 | + rack (1.3.5) | |
18 | + rspec (1.2.9) | |
19 | + rspec-rails (1.2.9) | |
20 | + rack (>= 1.0.0) | |
21 | + rspec (>= 1.2.9) | |
22 | + selenium-client (1.2.18) | |
23 | + system_timer (1.2.4) | |
24 | + term-ansicolor (1.0.7) | |
25 | + treetop (1.4.10) | |
26 | + polyglot | |
27 | + polyglot (>= 0.3.1) | |
28 | + webrat (0.5.1) | |
29 | + nokogiri (>= 1.2.0) | |
30 | + rack (>= 1.0) | |
31 | + | |
32 | +PLATFORMS | |
33 | + ruby | |
34 | + | |
35 | +DEPENDENCIES | |
36 | + Selenium (>= 1.1.14) | |
37 | + cucumber (= 0.4.0) | |
38 | + database_cleaner | |
39 | + exception_notification (= 1.0.20090728) | |
40 | + rspec (= 1.2.9) | |
41 | + rspec-rails (= 1.2.9) | |
42 | + selenium-client (>= 1.2.17) | |
43 | + system_timer | |
44 | + webrat (= 0.5.1) | ... | ... |