Sha256: 5a9dd28bc95d1728acb7e55629dc1f104ebf9565d9103394ba6cad159acb65c3

Contents?: true

Size: 250 Bytes

Versions: 2

Compression:

Stored size: 250 Bytes

Contents

#!/usr/bin/env ruby
require File.expand_path(File.dirname(__FILE__) + "/../initialize")

begin
  require 'spec/autorun'
rescue LoadError
  raise "RSpec not installed. Install it with: sudo gem install rspec"
end

exit ::Spec::Runner::CommandLine.run

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spectie-0.0.4 script/spec
spectie-0.0.3 script/spec