Sha256: f230604af72e73f0a8b54b84587df11dd4cc670fd3791221637074b43e1b5bc1

Contents?: true

Size: 154 Bytes

Versions: 8

Compression:

Stored size: 154 Bytes

Contents

RSpec.describe "Home", :web do
  it "renders home page" do
    visit "/"
    expect(page).to have_content("<%= configuration.project_label %>")
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hanamismith-0.38.0 lib/hanamismith/templates/%project_name%/spec/features/home_spec.rb.erb
hanamismith-0.37.0 lib/hanamismith/templates/%project_name%/spec/features/home_spec.rb.erb
hanamismith-0.34.0 lib/hanamismith/templates/%project_name%/spec/features/home_spec.rb.erb
hanamismith-0.33.0 lib/hanamismith/templates/%project_name%/spec/features/home_spec.rb.erb
hanamismith-0.32.0 lib/hanamismith/templates/%project_name%/spec/features/home_spec.rb.erb
hanamismith-0.31.0 lib/hanamismith/templates/%project_name%/spec/features/home_spec.rb.erb
hanamismith-0.30.0 lib/hanamismith/templates/%project_name%/spec/features/home_spec.rb.erb
hanamismith-0.29.0 lib/hanamismith/templates/%project_name%/spec/features/home_spec.rb.erb