spec/spec_helper.rb in testingbot-0.1.7 vs spec/spec_helper.rb in testingbot-0.2.0
- old
+ new
@@ -1,4 +1,7 @@
-require File.expand_path(File.dirname(__FILE__) + '/../lib/testingbot/config.rb')
-require File.expand_path(File.dirname(__FILE__) + '/../lib/testingbot/tunnel.rb')
require File.expand_path(File.dirname(__FILE__) + '/../lib/testingbot/api.rb')
-require File.expand_path(File.dirname(__FILE__) + '/../lib/testingbot.rb')
+require File.expand_path(File.dirname(__FILE__) + '/../lib/testingbot.rb')
+RSpec.configure do |config|
+ config.expect_with :rspec do |expectations|
+ expectations.syntax = :should
+ end
+end
\ No newline at end of file