Sha256: ad6c7656b2ef236ac53a6ab8181af9d2f375addf88c98d2e24ee3553528c629b
Contents?: true
Size: 276 Bytes
Versions: 1
Compression:
Stored size: 276 Bytes
Contents
require 'spec_helper' require 'open3' describe 'xway' do it 'returns version string' do exe = File.expand_path('../../bin/xway', File.dirname(__FILE__)) stdin, stdout, stderr = Open3.popen3("#{exe}") stdout.readlines.to_s.should include(Xway::VERSION) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xway-0.0.1.alpha | spec/bin/xway_spec.rb |