diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 657babe..78437da 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -14,6 +14,5 @@ def generate_text(length=8)
 end
 
 RSpec.configure do |c|
-  c.filter_run_excluding :slow => true
-  c.filter_run_excluding :break_gremlin => true
+  c.filter_run_excluding :slow => true, :break_gremlin => true
 end
\ No newline at end of file