Skip to content

Commit 95cb8ac

Browse files
committed
working around wait_for_ajax in connection spec issue round 3
1 parent 94b5ce8 commit 95cb8ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ruby/hyper-operation/Rakefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
require "bundler/gem_tasks"
22
require "rspec/core/rake_task"
33

4-
RSpec::Core::RakeTask.new(:spec)
4+
RSpec::Core::RakeTask.new(:spec) do |t|
5+
t.pattern = "spec/hyper-operation/transports_spec.rb"
6+
end
57

68
namespace :spec do
79
task :prepare do

0 commit comments

Comments
 (0)