Skip to content

Commit e120fc1

Browse files
committed
Rename 'testing' curriculum to 'testing-rails-applications'
Fixes railsbridge#613
1 parent 492d7f2 commit e120fc1

8 files changed

+1
-3
lines changed

sites/en/docs/docs.step

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ site_desc 'message-board', <<-MARKDOWN
2424
Build a message board! This curriculum is for students who have completed the Suggestotron and the Job Board curricula. This curriculum is a challenge because it won't tell you what to type in!
2525
MARKDOWN
2626

27-
site_desc 'testing', <<-MARKDOWN
27+
site_desc 'testing-rails-applications', <<-MARKDOWN
2828
Increase the stability of your Rails app by learning about tests: what they are, why they're used, and how to use them! This curriculum is for students who have completed the Suggestotron, the Job Board, and the Message Board curricula. There will be challenges!
2929
MARKDOWN
3030

sites/en/testing/types_of_tests.step renamed to sites/en/testing-rails-applications/types_of_tests.step

-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ steps do
5151

5252
message "On to controller tests! Just like the Orange model, you will create the OrangesController, which will also create spec files in the /spec/controllers folder of your app."
5353
end
54-
end
5554

56-
steps do
5755
step do
5856
message "First, create the oranges controller and relevant spec files by typing this in the terminal:"
5957

0 commit comments

Comments
 (0)