You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # If you want to use a different mock framework than
- # RSpec-Mocks - just set configure that accordingly
- #
- # require 'rspec/core'
- # RSpec.configure do |c|
- # c.mock_framework = :rspec
- # c.mock_framework = :mocha
- # c.mock_framework = :rr
- # c.mock_framework = :flexmock
- # end
-
- require 'cucumber/rspec/doubles'
|