Class: Embryo::TestSupport
- Inherits:
-
Object
- Object
- Embryo::TestSupport
- Defined in:
- lib/embryo/test_support.rb
Instance Method Summary collapse
-
#initialize(filesystem) ⇒ TestSupport
constructor
A new instance of TestSupport.
- #install ⇒ Object
Constructor Details
#initialize(filesystem) ⇒ TestSupport
Returns a new instance of TestSupport.
8 9 10 |
# File 'lib/embryo/test_support.rb', line 8 def initialize(filesystem) @filesystem = filesystem end |
Instance Method Details
#install ⇒ Object
12 13 14 15 16 17 |
# File 'lib/embryo/test_support.rb', line 12 def install Rspec.new(@filesystem).install FactoryGirl.new(@filesystem).install .new(@filesystem).install Poltergeist.new(@filesystem).install end |