the specs run randomly
did
committed Feb 02, 2015
commit 9c405b822cee1af96dcdda575d773074ab023f59
Showing 2
changed files with
4 additions
and 2 deletions
locomotive/steam/liquid/filters/pagination.rb b/lib/locomotive/steam/liquid/filters/pagination.rb
+1
-1
| @@ | @@ -47,7 +47,7 @@ module Locomotive |
| end | |
| - | ::Liquid::Template.register_filter(Misc) |
| + | ::Liquid::Template.register_filter(Pagination) |
| end | |
| end | |
spec/spec_helper.rb
+3
-1
| @@ | @@ -28,5 +28,7 @@ RSpec.configure do |config| |
| config.before do | |
| reset! | |
| end | |
| - | config.after { reset! } |
| + | config.after { reset! |
| + | } |
| + | config.order = 'random' |
| end | |