Class: RspecGit::Command

Inherits:
Object
  • Object
show all
Defined in:
lib/rspec-git/command.rb

Class Method Summary collapse

Class Method Details

.run(command, args) ⇒ Object



3
4
5
6
# File 'lib/rspec-git/command.rb', line 3

def self.run(command, args)
    RspecRunner.new.run
    Commiter.new.create
end