Sha256: a377dfa23bcb433c244ae2b975007374803fa94f47cd5677e4d68d57c7c6c0ff

Contents?: true

Size: 243 Bytes

Versions: 2

Compression:

Stored size: 243 Bytes

Contents

require 'features_helper'

feature 'Posts' do
  background do
    rom.relations[:posts].insert(title: 'Hello world')
  end

  scenario 'I can see a list of posts' do
    visit '/posts'
    expect(page).to have_content('Hello world')
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rom-lotus-0.1.0 spec/dummy/spec/web/features/posts_spec.rb
rom-lotus-0.0.1 spec/dummy/spec/web/features/posts_spec.rb