rubyphunk / rspactor

Better autotest for RSpec & Cucumber with Spork support on OS X. (The GUI version has moved to rubyphunk/rspactor-gui)

This URL has Read+Write access

rspactor / CHANGELOG
20c4f358 » rubyphunk 2009-01-02 Updated changelog 1 == 1.0.1 / January 2, 2009
2
3 === Changes
4 * RSpactor is now able to speak your test results (Chris Bailey)
5
6
0f3d3814 » rubyphunk 2008-12-17 Updated changelog 7 == 1.0 / December 17, 2008
8
9 === Changes
10 * RSpec environment loads a lot faster (Changed example file loading mechanism)
11 * ChangedFilesQueue: RSpactor will remember and run files that have been affected while RSpactor was busy
12 * Example View: Additional source snippets for defects that could be located in the application code
13 * Run remaining failed examples if a previously failed example is now passing (Use the preferences dialog to deactivate this behavior)
14 * RSpactor will also monitor files that have broken a build but which are neither the example (test_spec.rb) nor the tested file (test.rb) (e.g. a view file)
15 * Fresh Mac OSX look and feel
16 * Added option (preferences dialog) to disabled detailed growl output and only show an example-run-summary
17 * Stop running examples either by pressing 'stop' or by hitting 'ctrl+c' (#14)
18 * Shortcut and menu item for jumping into the path box (firefox like cmd+l)
19 * Process indicator for the dock
20 * Dashboard: Show slowest, failed, pending examples
21 * RSpactor will automatically use the spec_server if its available (Use the preferences dialog to deactivate this behavior)
22 * File list improvements: Double click a file to run its examples
23 * File list improvements: Names are colored and include then number of failed examples
24
25 === Fixes
26 * Compatibility with RSpec edge
27 * Recognize new and deleted files
28 * Paths are now working with ~ and pbcopy
29
30
b1cf43e7 » rubyphunk 2008-11-14 Updated CHANGELOG 31 == 0.9.22 / November 14, 2008
32
33 === Fixes
34 * Error output redirection to growl
35 * Fixed icon badge count
36
dca5bb03 » rubyphunk 2008-10-14 Updated changelog and versi... 37 == 0.9.21 / October 14, 2008
38
39 === Changes
40 * Added output view that collects RSpec's STDOUT and STDERR
41 * Added tabbar to switch between Dashboard, Output and SpecView
42 * Added icon badge that shows the current count of failed specs in the dock
43 * More viewport style polishing
44
45
96d7aed4 » rubyphunk 2008-09-28 Package 0.9.20 46 == 0.9.20 / September 28, 2008
47
48 === Changes
49 * Path preferences cleanup
50 * Optical enhancements of spec views
51
52 === Fixes
53 * Even more path problem fixes (thanks to Brian Cooke)
54
55
e44c28ab » rubyphunk 2008-09-12 Packaged 0.9.19 56 == 0.9.19 / September 12, 2008
57
58 === Changes
59 * Netbeans support by Richard Poirier
60 * New, clear preferences window
61
62 === Fixes
63 * Repair broken paths after auto recognition
64
65
19a286f8 » rubyphunk 2008-09-01 Clean whitespaces and lineb... 66 == 0.9.18 / September 1, 2008
67
68 === Fixes
69 * Clean whitespaces and linebreaks from all bin paths
70
71
11372290 » rubyphunk 2008-08-18 Some minor tuning and packa... 72 == 0.9.17 / August 18, 2008
637da514 » rubyphunk 2008-08-04 Added changelog file 73
e3a60e31 » rubyphunk 2008-08-06 Clear all lists and states ... 74 === Changes
9d201a5c » rubyphunk 2008-08-15 Small warning if a spec-run... 75 * Clear all lists and states if the spec-run location has changed.
76 * Follow spec renaming and deletion.
77 * Small warning if a spec-run location doesn't exist.
06471f74 » rubyphunk 2008-08-18 Checks for valid bin_paths ... 78 * Checks for valid bin_paths in the preferences pane
e3a60e31 » rubyphunk 2008-08-06 Clear all lists and states ... 79
80 === Fixes
9d201a5c » rubyphunk 2008-08-15 Small warning if a spec-run... 81 * Made the main application window appear again after close.