Skip to content

Commit

Permalink
Exclude @wip for CI purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
pikesley committed Apr 1, 2015
1 parent 0001da4 commit e10f38a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
8 changes: 6 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ require 'coveralls/rake/task'

Coveralls::RakeTask.new
RSpec::Core::RakeTask.new
Cucumber::Rake::Task.new
#Cucumber::Rake::Task.new

task :default => [:spec, :cucumber, 'coveralls:push']
Cucumber::Rake::Task.new(:features) do |t|
t.cucumber_opts = "features --tags ~@wip"
end

task :default => [:spec, :features, 'coveralls:push']
1 change: 0 additions & 1 deletion features/duff-credentials.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@wip
@vcr
@announce-stdout
Feature: Missing or bad credentials
Expand Down
2 changes: 1 addition & 1 deletion features/flickr-different-size.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@wtf
@wip
@vcr
Feature: Set Flickr picturesize

Expand Down
2 changes: 1 addition & 1 deletion features/flickr-with-lookups.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@clearconf
@wip
@vcr
Feature: Flickr

Expand Down

0 comments on commit e10f38a

Please sign in to comment.