Sha256: d5e18ac3a1dfbebdf30cf33a77d7c9249acc0f493eb6b4d65fbe62fe7f0c2eff

Contents?: true

Size: 481 Bytes

Versions: 2

Compression:

Stored size: 481 Bytes

Contents

require 'spec_helper'

describe 'Getting started' do
  it 'Getting help' do
    ask_for_help
    see_helpful_tips
  end

  it 'Finding the version' do
    check_the_version
    see_the_version
  end

  context 'generic blog' do
    create_sample_blog

    it 'Creating a new blog' do
      confirm_minimal_files
    end
  end

  context do
    create_sample_blog 'This is my blog'

    it 'Creating a new blog with a custum title' do
      confirm_settings_saved
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
staticpress-0.7.1 spec/integration/getting_started_spec.rb
staticpress-0.7.0 spec/integration/getting_started_spec.rb