spec/spec_helper.rb in appbundler-0.6.0 vs spec/spec_helper.rb in appbundler-0.7.0
- old
+ new
@@ -1,9 +1,9 @@
-def windows?
- !!(RUBY_PLATFORM =~ /mswin|mingw|windows/)
-end
-
-RSpec.configure do |c|
- c.filter_run :focus => true
- c.run_all_when_everything_filtered = true
- c.filter_run_excluding(not_supported_on_windows: true) if windows?
-end
+def windows?
+ !!(RUBY_PLATFORM =~ /mswin|mingw|windows/)
+end
+
+RSpec.configure do |c|
+ c.filter_run :focus => true
+ c.run_all_when_everything_filtered = true
+ c.filter_run_excluding(not_supported_on_windows: true) if windows?
+end