mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-06 12:50:19 +01:00
Added Rspec and Webrat plugins and started porting Selenium on Rails tests to Rspec Plain Text Stories driving Webrat driving Selenium.
This commit is contained in:
parent
7b432a74ed
commit
2c09db45c5
602 changed files with 47788 additions and 29 deletions
15
vendor/plugins/rspec/lib/spec/mocks/framework.rb
vendored
Normal file
15
vendor/plugins/rspec/lib/spec/mocks/framework.rb
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Require everything except the global extensions of class and object. This
|
||||
# supports wrapping rspec's mocking functionality without invading every
|
||||
# object in the system.
|
||||
|
||||
require 'spec/mocks/methods'
|
||||
require 'spec/mocks/argument_constraint_matchers'
|
||||
require 'spec/mocks/spec_methods'
|
||||
require 'spec/mocks/proxy'
|
||||
require 'spec/mocks/mock'
|
||||
require 'spec/mocks/argument_expectation'
|
||||
require 'spec/mocks/message_expectation'
|
||||
require 'spec/mocks/order_group'
|
||||
require 'spec/mocks/errors'
|
||||
require 'spec/mocks/error_generator'
|
||||
require 'spec/mocks/space'
|
||||
Loading…
Add table
Add a link
Reference in a new issue