Skip to content

Commit

Permalink
Replace Cucumber with RSpec features.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Feb 16, 2015
1 parent b31be2d commit ad2ad7e
Show file tree
Hide file tree
Showing 41 changed files with 656 additions and 648 deletions.
7 changes: 1 addition & 6 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
require "bundler/setup"
require "coveralls/rake/task"
require "cucumber/rake/task"
require "rspec/core/rake_task"
require "yard"

Bundler::GemHelper.install_tasks

Cucumber::Rake::Task.new do |t|
t.cucumber_opts = %w{--format progress --strict --tags ~@wip}
end

RSpec::Core::RakeTask.new do |t|
t.pattern = "spec/**/*_spec.rb"
end
Expand All @@ -21,7 +16,7 @@ end

Coveralls::RakeTask.new

task default: [:spec, :cucumber]
task default: [:spec]

if ENV["CI"]
Rake::Task["default"].enhance(["coveralls:push"])
Expand Down
109 changes: 0 additions & 109 deletions features/channel.feature

This file was deleted.

27 changes: 0 additions & 27 deletions features/channel_presence.feature

This file was deleted.

33 changes: 0 additions & 33 deletions features/channel_subscribe.feature

This file was deleted.

91 changes: 0 additions & 91 deletions features/channel_trigger.feature

This file was deleted.

40 changes: 0 additions & 40 deletions features/channel_webhooks.feature

This file was deleted.

8 changes: 0 additions & 8 deletions features/client_connect.feature

This file was deleted.

40 changes: 0 additions & 40 deletions features/step_definitions/api_steps.rb

This file was deleted.

Loading

0 comments on commit ad2ad7e

Please sign in to comment.