diff options
author | angelo giovanni capilleri <resca_air@MacBook-Air-di-angelo-giovanni-capilleri.local> | 2012-05-12 13:12:15 +0200 |
---|---|---|
committer | angelo giovanni capilleri <resca_air@MacBook-Air-di-angelo-giovanni-capilleri.local> | 2012-05-12 13:19:28 +0200 |
commit | 47570d4f1ff18c3a59bc100a1886a08c59c1e14b (patch) | |
tree | be676ae37eaf6b5e255cbc20c3e8d25d03d4b671 /actionpack | |
parent | 667d0bdd90ef6e6b691f0cc4cf5535b8da69f248 (diff) | |
download | rails-47570d4f1ff18c3a59bc100a1886a08c59c1e14b.tar.gz rails-47570d4f1ff18c3a59bc100a1886a08c59c1e14b.tar.bz2 rails-47570d4f1ff18c3a59bc100a1886a08c59c1e14b.zip |
mispelling errors in render_text_test.rb and sqlite_specific_schema
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/test/controller/new_base/render_text_test.rb | 4 |
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' } |