Sha256: 1644af2b91567156ff376932a3f40be9e3171ee55fad4e6edf753d781912e7b7
Contents?: true
Size: 358 Bytes
Versions: 8
Compression:
Stored size: 358 Bytes
Contents
shared_context 'posts' do let(:first_post) { Post.find_by_title('First Post') } let(:active_post) { Post.find_by_title('Active Post') } let(:inactive_post) { Post.find_by_title('Inactive Post') } let(:still_enabled_post) { Post.find_by_title('Still Enabled Post') } let(:no_longer_enabled_post) { Post.find_by_title('No Longer Enabled Post') } end
Version data entries
8 entries across 8 versions & 1 rubygems