Skip to content

Commit

Permalink
ok, don't test against rubinius, i don't have the patience
Browse files Browse the repository at this point in the history
  • Loading branch information
slyphon committed May 14, 2012
1 parent 354d574 commit b04a65a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -10,7 +10,7 @@ if File.exists?(release_ops_path)
require File.join(release_ops_path, 'releaseops') require File.join(release_ops_path, 'releaseops')


# sets up the multi-ruby zk:test_all rake tasks # sets up the multi-ruby zk:test_all rake tasks
ReleaseOps::TestTasks.define_for(*%w[1.8.7 1.9.2 jruby rbx ree 1.9.3]) ReleaseOps::TestTasks.define_for(*%w[1.8.7 1.9.2 jruby ree 1.9.3])


# sets up the task :default => 'spec:run' and defines a simple # sets up the task :default => 'spec:run' and defines a simple
# "run the specs with the current rvm profile" task # "run the specs with the current rvm profile" task
Expand All @@ -23,7 +23,7 @@ if File.exists?(release_ops_path)
# for doing documentation stuff # for doing documentation stuff
ReleaseOps::YardTasks.define ReleaseOps::YardTasks.define



ReleaseOps::GemTasks.define('zk-eventmachine.gemspec')
end end


task 'mb:test_all' => 'zk:test_all' task 'mb:test_all' => 'zk:test_all'
Expand Down
2 changes: 1 addition & 1 deletion releaseops
Submodule releaseops updated from a00b9f to 47523f
2 changes: 1 addition & 1 deletion spec/z_k/z_k_event_machine/client_spec.rb
Expand Up @@ -829,7 +829,7 @@ def event_mock(name=:event)
end end


em do em do
hook.call hook.call(nil)


@zkem.connect do @zkem.connect do
event = event_mock(:connecting_event).tap do |ev| event = event_mock(:connecting_event).tap do |ev|
Expand Down

0 comments on commit b04a65a

Please sign in to comment.