spec/spec_helper.rb in twitter-stream-0.1.11 vs spec/spec_helper.rb in twitter-stream-0.1.12

- old
+ new

@@ -1,10 +1,10 @@ require 'rubygems' $:.unshift File.expand_path("../../lib", __FILE__) -gem 'rspec', '= 1.3.0' -require 'spec' -require 'spec/mocks' +gem 'rspec', '>= 2.5.0' +require 'rspec' +require 'rspec/mocks' require 'twitter/json_stream' def fixture_path(path) File.join(File.dirname(__FILE__), '..', 'fixtures', path) \ No newline at end of file