aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-05-12 05:00:52 -0700
committerVijay Dev <vijaydev.cse@gmail.com>2012-05-12 05:00:52 -0700
commit905c48eab3f806b7bac7fb70e8ba8803d6c0d88e (patch)
treed1d492efd9f226c28eefa92ec8f16a0a80afe4b6 /actionpack
parent9eddb8b0df541c9dabe8c92b40bf490f49b20e51 (diff)
parent47570d4f1ff18c3a59bc100a1886a08c59c1e14b (diff)
downloadrails-905c48eab3f806b7bac7fb70e8ba8803d6c0d88e.tar.gz
rails-905c48eab3f806b7bac7fb70e8ba8803d6c0d88e.tar.bz2
rails-905c48eab3f806b7bac7fb70e8ba8803d6c0d88e.zip
Merge pull request #6281 from acapilleri/mispelling_errors_in_render_text_test
mispelling errors in render_text_test.rb
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/test/controller/new_base/render_text_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/test/controller/new_base/render_text_test.rb b/actionpack/test/controller/new_base/render_text_test.rb
index e0b38b29fa..f8d02e8b6c 100644
--- a/actionpack/test/controller/new_base/render_text_test.rb
+++ b/actionpack/test/controller/new_base/render_text_test.rb
@@ -65,7 +65,7 @@ module RenderText
class RenderTextTest < Rack::TestCase
describe "Rendering text using render :text"
- test "rendering text from a action with default options renders the text with the layout" do
+ test "rendering text from an action with default options renders the text with the layout" do
with_routing do |set|
set.draw { get ':controller', :action => 'index' }
@@ -75,7 +75,7 @@ module RenderText
end
end
- test "rendering text from a action with default options renders the text without the layout" do
+ test "rendering text from an action with default options renders the text without the layout" do
with_routing do |set|
set.draw { get ':controller', :action => 'index' }