diff --git a/Gemfile b/Gemfile index a7f19a1a..953f33b0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,16 +1,17 @@ source :rubygems group :development do - gem "cucumber", "~> 1.1.0" - gem "fivemat" - gem "aruba", "~> 0.4.11" gem "rake", "~> 0.9.2" - gem "rspec", "~> 2.7" gem "rdoc", "~> 3.9" gem "yard", "~> 0.8.0" end group :test do + gem "cucumber", "~> 1.1.0" + gem "fivemat" + gem "aruba", "~> 0.4.11" + gem "rspec", "~> 2.7" + # For actual tests gem "sinatra" gem "slim" @@ -19,6 +20,7 @@ group :test do gem "jquery-rails", "~> 2.0.1" # gem "bootstrap-rails", "0.0.5" # gem "zurb-foundation" + gem "redcarpet", "~> 2.1.1" end gem "middleman-core", :path => "middleman-core" diff --git a/middleman-more/features/markdown.feature b/middleman-more/features/markdown.feature index 5919088c..9987435b 100644 --- a/middleman-more/features/markdown.feature +++ b/middleman-more/features/markdown.feature @@ -6,7 +6,7 @@ Feature: Markdown support When I go to "/index.html" Then I should see "
Hello World
" - Scenario: Redcarpet 2 extensions + Scenario: Markdown extensions (Maruku) Given the Server is running at "markdown-app" When I go to "/smarty_pants.html" Then I should see "“" @@ -14,18 +14,39 @@ Feature: Markdown support Then I should not see "" When I go to "/tables.html" Then I should see "