Sha256: d41363aef983dbfdda52e1fa7000bc745f8c6af100c43fbb6e54b6506a3404fe
Contents?: true
Size: 263 Bytes
Versions: 9
Compression:
Stored size: 263 Bytes
Contents
require 'spec_helper' feature 'erd#index' do scenario 'with author and book model' do visit '/erd' page.should have_content 'Author' page.should have_content 'name' page.should have_content 'Book' page.should have_content 'title' end end
Version data entries
9 entries across 9 versions & 1 rubygems