Sha256: 34b65b8e30bfda26634deab92dab9bc068cbd1f2b39632a14df1322782f482f7
Contents?: true
Size: 227 Bytes
Versions: 14
Compression:
Stored size: 227 Bytes
Contents
require 'spec_helper' describe "SinatraIntegration", :type => :feature do before :all do Capybara.app = BeanstalkdView::Server.new end it_behaves_like "integration_test" do let(:site_root) { '/' } end end
Version data entries
14 entries across 14 versions & 1 rubygems