Sha256: c4ac15925e6bf351ef5e62ed38ad9099942a9cfb8de2a62e1a6ed259e844499e
Contents?: true
Size: 271 Bytes
Versions: 1
Compression:
Stored size: 271 Bytes
Contents
require 'tonic' describe Tonic do context 'Tonic will' do before :all do system 'cd spec/dummy_git_repo' end it "" do Tonic.activate([]).should =~ /not in root of your repo/ end after :all do system 'cd ...' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tonic-0.0.3 | spec/tonic/tonic_spec.rb |