diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-02-14 18:55:01 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-02-14 18:58:38 +1100 |
commit | 72a15c143b6bd4c63561f4eeb9363c35fec2e40f (patch) | |
tree | 9f1cd1e7e694722add12f92eae8329566587010d | |
parent | d16f2f8242352a2d3c0350275110453dd6ac6b12 (diff) |
Remove RSpec version from debug page as it's not available in production
-rw-r--r-- | app/views/admin_general/debug.rhtml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/admin_general/debug.rhtml b/app/views/admin_general/debug.rhtml index 99488ba0c..b0749bedb 100644 --- a/app/views/admin_general/debug.rhtml +++ b/app/views/admin_general/debug.rhtml @@ -20,8 +20,6 @@ Rails::VERSION::STRING <%=h Rails::VERSION::STRING%> TMail::VERSION::STRING <%=h TMail::VERSION::STRING%> <br> Xapian::version_string <%=h Xapian::version_string%> -<br> -Spec::VERSION::STRING <%=h Spec::VERSION::STRING%> </p> <h2>Configuration</h2> |