Skip to content

Commit 0abe65a

Browse files
committedAug 9, 2010
updated core version to 0.9.7.11
1 parent 3cf9dce commit 0abe65a

26 files changed

+1311
-230
lines changed
 

‎Gemfile

+9-9
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ gem 'sqlite3-ruby', :require => 'sqlite3' #db_adapter=sqlite3
1717
# gem 'aws-s3'
1818

1919
#===REFINERY REQUIRED GEMS===
20-
gem 'acts_as_indexed', '= 0.6.3', :require => 'acts_as_indexed'
21-
gem 'authlogic', '= 2.1.5', :require => 'authlogic'
22-
gem 'friendly_id', '= 3.0.6', :require => 'friendly_id'
23-
gem 'rails', '= 2.3.8'
24-
gem 'rmagick', '~> 2.12.0'
25-
gem 'truncate_html', '= 0.3.2', :require => 'truncate_html'
26-
gem 'will_paginate', '= 2.3.14', :require => 'will_paginate'
20+
gem 'acts_as_indexed', '= 0.6.3', :require => 'acts_as_indexed'
21+
gem 'authlogic', '= 2.1.5', :require => 'authlogic'
22+
gem 'friendly_id', '= 3.0.6', :require => 'friendly_id'
23+
gem 'rails', '= 2.3.8'
24+
gem 'rmagick', '~> 2.12.0'
25+
gem 'truncate_html', '= 0.3.2', :require => 'truncate_html'
26+
gem 'will_paginate', '= 2.3.14', :require => 'will_paginate'
2727

2828
group :test do
29-
gem 'json_pure', :require => 'json/pure', :git => 'git://github.com/parndt/json.git', :branch => 'master'
29+
gem 'json_pure', '=1.4.5', :require => 'json/pure'
3030
gem 'factory_girl'
3131
gem 'test-unit', '= 1.2.3'
3232
gem 'capybara'
@@ -45,7 +45,7 @@ end
4545

4646
#===REQUIRED FOR REFINERY GEM INSTALL===
4747
# Leave the gem below disabled (commented out) if you're not using the gem install method.
48-
gem 'refinerycms', '= 0.9.7.10'
48+
gem 'refinerycms', '= 0.9.7.11'
4949
#===END OF REFINERY GEM INSTALL REQUIREMENTS===
5050

5151
# Bundle gems for certain environments:

‎Gemfile.lock

+117-124
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,115 @@
11
---
2-
hash: 777a5c743d94c2afa2d428e20b28e78c9e946a29
3-
sources:
4-
- Git:
5-
require: json/pure
6-
git: git://github.com/parndt/json.git
7-
branch: master
8-
uri: git://github.com/parndt/json.git
9-
ref: 34ad345d48764f3acf87a032b3efb4b1908b7213
10-
- Rubygems:
11-
uri: http://gemcutter.org
2+
dependencies:
3+
test-unit:
4+
group:
5+
- :test
6+
version: = 1.2.3
7+
spork:
8+
group:
9+
- :test
10+
version: ">= 0"
11+
rails:
12+
group:
13+
- :default
14+
version: = 2.3.8
15+
authlogic:
16+
group:
17+
- :default
18+
version: = 2.1.5
19+
require:
20+
- authlogic
21+
sqlite3-ruby:
22+
group:
23+
- :default
24+
version: ">= 0"
25+
require:
26+
- sqlite3
27+
refinerycms:
28+
group:
29+
- :default
30+
version: = 0.9.7.11
31+
ruby-prof:
32+
group:
33+
- :test
34+
version: ">= 0"
35+
acts-as-taggable-on:
36+
group:
37+
- :default
38+
version: = 2.0.0.rc1
39+
truncate_html:
40+
group:
41+
- :default
42+
version: = 0.3.2
43+
require:
44+
- truncate_html
45+
acts_as_indexed:
46+
group:
47+
- :default
48+
version: = 0.6.3
49+
require:
50+
- acts_as_indexed
51+
rspec:
52+
group:
53+
- :test
54+
version: ">= 0"
55+
rspec-rails:
56+
group:
57+
- :test
58+
version: ">= 0"
59+
database_cleaner:
60+
group:
61+
- :test
62+
version: ">= 0"
63+
friendly_id:
64+
group:
65+
- :default
66+
version: = 3.0.6
67+
require:
68+
- friendly_id
69+
will_paginate:
70+
group:
71+
- :default
72+
version: = 2.3.14
73+
require:
74+
- will_paginate
75+
factory_girl:
76+
group:
77+
- :test
78+
version: ">= 0"
79+
cucumber-rails:
80+
group:
81+
- :test
82+
version: ">= 0"
83+
gherkin:
84+
group:
85+
- :test
86+
version: ">= 0"
87+
rmagick:
88+
group:
89+
- :default
90+
version: ~> 2.12.0
91+
cucumber:
92+
group:
93+
- :test
94+
version: ">= 0"
95+
json_pure:
96+
group:
97+
- :test
98+
version: = 1.4.5
99+
require:
100+
- json/pure
101+
albino:
102+
group:
103+
- :default
104+
version: ">= 0"
105+
launchy:
106+
group:
107+
- :test
108+
version: ">= 0"
109+
capybara:
110+
group:
111+
- :test
112+
version: ">= 0"
12113
specs:
13114
- rake:
14115
version: 0.8.7
@@ -45,8 +146,7 @@ specs:
45146
- ffi:
46147
version: 0.6.3
47148
- json_pure:
48-
version: 1.4.3
49-
source: 0
149+
version: 1.4.5
50150
- rubyzip:
51151
version: 0.9.4
52152
- selenium-webdriver:
@@ -82,7 +182,7 @@ specs:
82182
- rails:
83183
version: 2.3.8
84184
- refinerycms:
85-
version: 0.9.7.10
185+
version: 0.9.7.11
86186
- rmagick:
87187
version: 2.12.2
88188
- rspec:
@@ -101,114 +201,7 @@ specs:
101201
version: 0.3.2
102202
- will_paginate:
103203
version: 2.3.14
104-
dependencies:
105-
sqlite3-ruby:
106-
version: ">= 0"
107-
group:
108-
- :default
109-
require:
110-
- sqlite3
111-
acts_as_indexed:
112-
version: = 0.6.3
113-
group:
114-
- :default
115-
require:
116-
- acts_as_indexed
117-
authlogic:
118-
version: = 2.1.5
119-
group:
120-
- :default
121-
require:
122-
- authlogic
123-
friendly_id:
124-
version: = 3.0.6
125-
group:
126-
- :default
127-
require:
128-
- friendly_id
129-
rails:
130-
version: = 2.3.8
131-
group:
132-
- :default
133-
rmagick:
134-
version: ~> 2.12.0
135-
group:
136-
- :default
137-
truncate_html:
138-
version: = 0.3.2
139-
group:
140-
- :default
141-
require:
142-
- truncate_html
143-
will_paginate:
144-
version: = 2.3.14
145-
group:
146-
- :default
147-
require:
148-
- will_paginate
149-
json_pure:
150-
version: ">= 0"
151-
group:
152-
- :test
153-
require:
154-
- json/pure
155-
factory_girl:
156-
version: ">= 0"
157-
group:
158-
- :test
159-
test-unit:
160-
version: = 1.2.3
161-
group:
162-
- :test
163-
capybara:
164-
version: ">= 0"
165-
group:
166-
- :test
167-
database_cleaner:
168-
version: ">= 0"
169-
group:
170-
- :test
171-
cucumber-rails:
172-
version: ">= 0"
173-
group:
174-
- :test
175-
cucumber:
176-
version: ">= 0"
177-
group:
178-
- :test
179-
rspec:
180-
version: ">= 0"
181-
group:
182-
- :test
183-
rspec-rails:
184-
version: ">= 0"
185-
group:
186-
- :test
187-
spork:
188-
version: ">= 0"
189-
group:
190-
- :test
191-
launchy:
192-
version: ">= 0"
193-
group:
194-
- :test
195-
gherkin:
196-
version: ">= 0"
197-
group:
198-
- :test
199-
ruby-prof:
200-
version: ">= 0"
201-
group:
202-
- :test
203-
refinerycms:
204-
version: = 0.9.7.10
205-
group:
206-
- :default
207-
albino:
208-
version: ">= 0"
209-
group:
210-
- :default
211-
acts-as-taggable-on:
212-
version: = 2.0.0.rc1
213-
group:
214-
- :default
204+
hash: 9c0a4cd6be8539b1ea93b9c8c8c1ff0dcf451760
205+
sources:
206+
- Rubygems:
207+
uri: http://gemcutter.org

‎features/refinery/create_inquiries.feature

+5-7
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
Feature: Create Inquiries
33
In order to contact the website owner
44
I want to create an inquiry
5-
5+
66
Background:
77
Given A Refinery user exists
88
And I have no inquiries
99
And I have a page titled "Contact Us" with a custom url "/contact"
1010
And I have a page titled "Thank You" with a custom url "/contact/thank_you"
11-
11+
1212
Scenario: Contact page
1313
When I go to the contact page
1414
Then I should see "Name *"
1515
And I should see "Email *"
1616
And I should see "Phone"
17-
And I should see "Message *"
18-
17+
And I should see "Message *"
18+
1919
Scenario: Create a valid inquiry
2020
When I go to the contact page
2121
And I fill in "Name *" with "Philip"
@@ -24,10 +24,8 @@ Feature: Create Inquiries
2424
And I press "Send"
2525
Then I should be on the contact thank you page
2626
And I should see "Thank You"
27-
And I should see "received your inquiry"
28-
And I should see "Return to the home page"
2927
And I should have 1 inquiries
30-
28+
3129
Scenario: Create an invalid inquiry
3230
When I go to the contact page
3331
And I press "Send"

‎features/refinery/dashboard.feature

+28-16
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,38 @@ Feature: Dashboard
66

77
Background:
88
Given I am a logged in refinery user
9-
10-
Scenario: Translation options available
119
When I go to the Dashboard
10+
11+
Scenario: Add New Page Button
12+
When I follow "Add a new page"
13+
Then I should be on the new page form
14+
When I fill in "Title" with "Page test from Dashboard"
15+
And I press "Save"
16+
Then I should be on the dashboard
17+
And I should see "'Page test from Dashboard' was successfully created."
18+
And I should see "Page test from dashboard page was created"
19+
20+
Scenario: Update a Page Button
21+
When I follow "Update a page"
22+
Then I should be on the list of pages
23+
24+
Scenario: Upload a File Button
25+
When I follow "Upload a file"
26+
Then I should be on the new file form
27+
28+
Scenario: Upload an Image Button
29+
When I follow "Upload an image"
30+
Then I should be on the new image form
31+
32+
Scenario: See Home Page Button
33+
When I follow "See home page"
34+
Then I should be on the home page
35+
36+
Scenario: Translation options available
1237
Then I should see "English Change Language"
1338

1439
Scenario: Change Language to Slovenian and back to English
15-
When I go to the dashboard
16-
And I follow "English Change Language"
40+
When I follow "English Change Language"
1741
And I follow "Slovenian"
1842
Then I should be on the dashboard
1943
And I should see "Slovenian Spremeni Jezik"
@@ -24,15 +48,3 @@ Feature: Dashboard
2448
Then I should be on the dashboard
2549
And I should see "Switch to your website"
2650
And I should not see "Spremeni Jezik"
27-
28-
Scenario: Upload an Image Button
29-
30-
Scenario: Add New Page Button
31-
When I go to the dashboard
32-
And I follow "Add a new page"
33-
Then I should be on the new page form
34-
When I fill in "Title" with "Page test from Dashboard"
35-
And I press "Save"
36-
Then I should be on the dashboard
37-
And I should see "'Page test from Dashboard' was successfully created."
38-
And I should see "Page test from dashboard page was created"

0 commit comments

Comments
 (0)
Please sign in to comment.