cleanup
This commit is contained in:
parent
71c4e6339b
commit
e14f90fe1d
29 changed files with 360 additions and 237 deletions
|
@ -1,6 +1,8 @@
|
|||
require "simplecov"
|
||||
SimpleCov.start
|
||||
PROJECT_ROOT_PATH = File.dirname(File.dirname(File.dirname(__FILE__)))
|
||||
require "middleman-core"
|
||||
require "middleman-core/step_definitions"
|
||||
require 'middleman-core'
|
||||
require 'middleman-core/step_definitions'
|
||||
|
||||
require 'codeclimate-test-reporter'
|
||||
CodeClimate::TestReporter.start
|
||||
|
||||
require File.join(PROJECT_ROOT_PATH, 'lib', 'middleman-deploy')
|
||||
|
|
6
features/test.feature
Normal file
6
features/test.feature
Normal file
|
@ -0,0 +1,6 @@
|
|||
Feature: test
|
||||
|
||||
Scenario: whilst testing
|
||||
Given the Server is running at "test-app"
|
||||
When I go to "/index.html"
|
||||
Then I should see "<h1>Test</h1>"
|
Loading…
Add table
Add a link
Reference in a new issue