Skip to content

Commit

Permalink
haml-contrib no longer required in smoke tests
Browse files Browse the repository at this point in the history
We needed this so the demo site didn't break when rendering a page using
Haml's Markdown filter. It's not required any more as haml-contrib is
now a dependency of nesta.
  • Loading branch information
gma committed Mar 16, 2015
1 parent 9471549 commit df5b28c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ create_and_test_new_site()
{
run_with_ruby bundle exec nesta new $(site_folder)
cd $(site_folder)
echo "gem 'haml-contrib'" >> Gemfile
run_with_ruby bundle install
run_with_ruby bundle exec nesta demo:content

Expand Down

0 comments on commit df5b28c

Please sign in to comment.