auto_test 0.0.9.5.8 → 0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/auto_test/version.rb +1 -1
- data/lib/tasks/auto_test.rb +1 -1
- metadata +1 -1
data/lib/auto_test/version.rb
CHANGED
data/lib/tasks/auto_test.rb
CHANGED
|
@@ -50,7 +50,7 @@ namespace :auto_test do
|
|
|
50
50
|
while STDIN.gets do
|
|
51
51
|
sh "rspec #{path}/spec/requests/simulation_spec.rb -o '#{path}/../log/simulation.txt'"
|
|
52
52
|
sh "rm '#{path}/../log/simulation.txt'"
|
|
53
|
-
puts "
|
|
53
|
+
puts "Press Enter to see the simulation again, CTRL-C to exit."
|
|
54
54
|
end
|
|
55
55
|
end
|
|
56
56
|
|