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

Version Path
erd-0.3.3 spec/features/erd_spec.rb
erd-0.3.2 spec/features/erd_spec.rb
erd-0.3.1 spec/features/erd_spec.rb
erd-0.3.0 spec/features/erd_spec.rb
erd-0.2.0 spec/features/erd_spec.rb
erd-0.1.6 spec/requests/erd_spec.rb
erd-0.1.5 spec/requests/erd_spec.rb
erd-0.1.4 spec/requests/erd_spec.rb
erd-0.1.3 spec/requests/erd_spec.rb