aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-11-20 10:14:56 -0500
committerJon Moss <me@jonathanmoss.me>2016-11-20 10:46:16 -0500
commit8e3901b5e6b4900cb4dd4cc1154180f42b51db2b (patch)
treee3a6771de1cf2568e2b0ee7cd22584c59866140a /guides/source
parent0ab54f4a49b388f0b75862b881fdef2545b380cf (diff)
downloadrails-8e3901b5e6b4900cb4dd4cc1154180f42b51db2b.tar.gz
rails-8e3901b5e6b4900cb4dd4cc1154180f42b51db2b.tar.bz2
rails-8e3901b5e6b4900cb4dd4cc1154180f42b51db2b.zip
Move tests to a module, include in subclasses, style linting
This fixes an error where the test runner would try and run XMLMiniEngineTest like a normal test class, except it's abstract. Now, to circumvent this, we don't include any of the actual tests in XMLMiniEngineTest; they are wrapped in a module that is included in subclass when they inherit from XMLMiniEngineTest. Pretty neat, huh?
Diffstat (limited to 'guides/source')
0 files changed, 0 insertions, 0 deletions