You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
require 'squib' |
|
|
|
describe Squib do |
|
|
|
it "should execute all examples with no errors" do |
|
|
|
samples = File.expand_path('../samples', File.dirname(__FILE__)) |
|
Dir.chdir(samples) do |
|
require_relative '../samples/basic.rb' |
|
end |
|
end |
|
|
|
end |