A Mac OS X application that runs your RSpec examples.
Clone or download
Pull request Compare This branch is 9 commits behind herrtreas:master.
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= English.lproj
carview.php?tsp= RSpactor.xcodeproj
carview.php?tsp= Sparkle.framework
carview.php?tsp= app
carview.php?tsp= pkg
carview.php?tsp= resources
carview.php?tsp= spec
carview.php?tsp= .gitignore
carview.php?tsp= APPL.icns
carview.php?tsp= CHANGELOG
carview.php?tsp= INSTALL.txt
carview.php?tsp= Info.plist
carview.php?tsp= README.txt
carview.php?tsp= Rakefile
carview.php?tsp= VERSION
carview.php?tsp= badge.png
carview.php?tsp= main.m
carview.php?tsp= rb_main.rb
carview.php?tsp= rspactor_bin.rb

README.txt

NetBeans support by Richard Poirier
Note:
Due to a bug in Netbeans (https://www.netbeans.org/issues/show_bug.cgi?id=113903),
the Netbeans window freezes after opening a file in it from the command line.
But one just has to resize the window or hit command+shift+return to make it full
screen to "unfreeze" it. It's a pain but it's still quicker than opening the file
manually and scrolling down to the relevant line.
== Building instructions
$ git clone git://github.com/rubyphunk/rspactor.git
$ cd rspactor
$ rake package
If you get "ld: framework not found Ruby" on Leopard:
$ cd /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Ruby.framework/Versions/Current
$ sudo ln -s usr/lib/libruby.dylib Ruby