spec/spec_helper.rb in flyrb-1.0.0.a vs spec/spec_helper.rb in flyrb-1.0.0.b

- old
+ new

@@ -4,5 +4,8 @@ # Ensure that when we require Flyrb libs they are from the files under # test, NOT from the installed gem. $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "..")) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "..", "lib")) + +gem 'rspec' +require 'spec'