Skip to content

Commit f3f7b66

Browse files
committed
Updated references to older rails version to avoid confusion.
1 parent 4dd0267 commit f3f7b66

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

sites/installfest/get_a_sticker.step

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ end
4646
verify "rails" do
4747

4848
console "rails -v"
49-
result "Rails 3.2.3"
49+
result "Rails 3.2.6"
5050

5151
console "rails new sticker"
5252
result "# ...most output omitted for brevity...
@@ -95,7 +95,7 @@ Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem
9595
console "rails server"
9696
result "
9797
=> Booting WEBrick
98-
=> Rails 3.2.3 application starting in development on http://0.0.0.0:3000
98+
=> Rails 3.2.6 application starting in development on http://0.0.0.0:3000
9999
=> Call with -d to detach
100100
=> Ctrl-C to shutdown server
101101
[2012-03-30 17:56:02] INFO WEBrick 1.3.1
@@ -118,7 +118,7 @@ In your terminal, Hold Control and hit C to stop the rails server.
118118

119119
result <<-TERMINAL
120120
=> Booting WEBrick
121-
=> Rails 3.2.3 application starting in development on http://0.0.0.0:3000
121+
=> Rails 3.2.6 application starting in development on http://0.0.0.0:3000
122122
=> Call with -d to detach
123123
=> Ctrl-C to shutdown server
124124
[2012-03-30 17:56:02] INFO WEBrick 1.3.1

sites/installfest/osx_lion.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ step "Install Rails" do
3838
console "gem install rails"
3939
verify do
4040
console "rails -v"
41-
result "Rails 3.2.3"
41+
result "Rails 3.2.6"
4242
end
4343
end
4444

sites/installfest/windows.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ step "Sanity Check" do
4444
result "ruby 1.9.3p125"
4545

4646
console "rails -v"
47-
result "Rails 3.2"
47+
result "Rails 3.2.6"
4848

4949
end
5050

0 commit comments

Comments
 (0)