From 518891f4907c9967cad22552eac110e81a0d44c0 Mon Sep 17 00:00:00 2001 From: Anil Wadghule Date: Wed, 14 Apr 2010 00:56:58 +0530 Subject: Use correct RUBY_PLATFORM regex for Windows env [#4385 state:resolved] Signed-off-by: Jeremy Kemper --- actionpack/test/controller/layout_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/controller/layout_test.rb') diff --git a/actionpack/test/controller/layout_test.rb b/actionpack/test/controller/layout_test.rb index 4d687c1ec6..e1c1128753 100644 --- a/actionpack/test/controller/layout_test.rb +++ b/actionpack/test/controller/layout_test.rb @@ -209,7 +209,7 @@ class LayoutStatusIsRenderedTest < ActionController::TestCase end end -unless RUBY_PLATFORM =~ /(:?mswin|mingw|bccwin)/ +unless RUBY_PLATFORM =~ /mswin|mingw/ class LayoutSymlinkedTest < LayoutTest layout "symlinked/symlinked_layout" end -- cgit v1.2.3