spec/spec_helper.rb in macros4cuke-0.3.25 vs spec/spec_helper.rb in macros4cuke-0.3.26
- old
+ new
@@ -6,6 +6,14 @@
require 'rspec' # Use the RSpec framework
require 'pp' # Use pretty-print for debugging purposes
+RSpec.configure do |config|
+ config.expect_with :rspec do |c|
+ # Disable the `should` syntax...
+ c.syntax = :expect
+ end
+end
+
+
# End of file
\ No newline at end of file