lib/snapshot/test_command_generator.rb in snapshot-1.0.5 vs lib/snapshot/test_command_generator.rb in snapshot-1.1.0

- old
+ new

@@ -42,10 +42,10 @@ options end def actions actions = [] - # actions << :clean if config[:clean] + actions << :clean if Snapshot.config[:clean] actions << :build # https://github.com/fastlane/snapshot/issues/246 actions << :test actions end