summaryrefslogtreecommitdiff
path: root/test/ruby/suite.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/suite.rb')
-rw-r--r--test/ruby/suite.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/ruby/suite.rb b/test/ruby/suite.rb
index b69cf6a..751b364 100644
--- a/test/ruby/suite.rb
+++ b/test/ruby/suite.rb
@@ -1,9 +1,9 @@
class RubyTest < CodeRaySuite
-
- @file = __FILE__
- LANG = :ruby
- EXTENSION = 'rb'
-
+
+ @file = __FILE__
+ LANG = :ruby
+ EXTENSION = 'rb'
+
end
$suite << RubyTest.suite if $suite