Sha256: b2032d5f3c90991ad6507bc6ba1f0a18a1e7f3121252785d92b20172d13b9e5e
Contents?: true
Size: 401 Bytes
Versions: 56
Compression:
Stored size: 401 Bytes
Contents
# encoding: utf-8 require 'spec_helper' require 'fedux_org_stdlib/project/plan' RSpec.describe FeduxOrgStdlib::Project::Plan do context '#to_s' do it 'uses the working directory by default to find plan' do plan_file = absolute_path('plan.tjp') in_current_dir do plan = FeduxOrgStdlib::Project::Plan.new expect(plan.to_s).to eq plan_file end end end end
Version data entries
56 entries across 56 versions & 1 rubygems