Skip to content

Commit

Permalink
small clean up on Rakefile and gemspec
Browse files Browse the repository at this point in the history
markets committed Jan 18, 2024
1 parent 140fd7b commit 65f338a
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 1 addition & 6 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
require 'bundler'
Bundler::GemHelper.install_tasks

require 'bundler/gem_tasks'
require 'cucumber/rake/task'

Cucumber::Rake::Task.new(:cucumber, 'Run features that should pass') do |t|
@@ -9,10 +7,7 @@ Cucumber::Rake::Task.new(:cucumber, 'Run features that should pass') do |t|
t.cucumber_opts = "--color --tags ~@wip #{exempt_tags} --strict --format #{ENV['CUCUMBER_FORMAT'] || 'pretty'}"
end

require 'rake/clean'

task :test => ["cucumber"]

task :default => :test

desc "Build HTML documentation"
4 changes: 1 addition & 3 deletions middleman-syntax.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "middleman-syntax/version"
require "./lib/middleman-syntax/version"

Gem::Specification.new do |s|
s.name = "middleman-syntax"

0 comments on commit 65f338a

Please sign in to comment.