lib/motion-redgreen/spec_setup.rb in motion-redgreen-0.0.1 vs lib/motion-redgreen/spec_setup.rb in motion-redgreen-0.0.2

- old
+ new

@@ -1,8 +1,5 @@ -# Supported styles: -# :focused, :full, :original -# -------------- -style = :focused +style = $RedGreenStyleFormat # -------------- if Term.nil? || (style == :original) if Term.nil? puts "You need to get the RubyMotion-compatible ansiterm lib." puts "You can find it at https://github.com/mdks/rm-regreen" \ No newline at end of file