Sha256: 867a8d0f032d4c315aeeebe7f827aba9f2d4c4878b2c51c964d254bb2b42cc71

Contents?: true

Size: 195 Bytes

Versions: 2

Compression:

Stored size: 195 Bytes

Contents

require 'spec/spec_helper'
 
describe 'the app' do
  include Elementor
  
  attr_reader :response, :page, :first
  
  it "should not blow up" do
    get_it '/'
    response.should be_ok
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
another-0.0.6 templates/sinatra/spec/PROJECT_spec.rb
another-0.0.4 templates/sinatra/spec/PROJECT_spec.rb