Class: CommitLive::Strategy
- Inherits:
-
Object
- Object
- CommitLive::Strategy
show all
- Defined in:
- lib/commit-live/tests/strategy.rb
Instance Method Summary
collapse
Instance Method Details
#check_dependencies ⇒ Object
4
5
|
# File 'lib/commit-live/tests/strategy.rb', line 4
def check_dependencies
end
|
7
8
|
# File 'lib/commit-live/tests/strategy.rb', line 7
def configure
end
|
#run ⇒ Object
10
11
12
|
# File 'lib/commit-live/tests/strategy.rb', line 10
def run
raise NotImplementedError, 'you must implement how this strategy runs its tests'
end
|