Skip to content

Commit

Permalink
Update guard to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LTe committed Aug 21, 2012
1 parent 59d0780 commit 648a7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ruby/core/module/prepend_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)

ruby_version_is "1.9" do
ruby_version_is "2.0" do
describe "Module#prepend" do
it "prepends module do class" do
ModuleSpecs::ClassToPrepend.new.m.should == [:m, :c]
Expand Down

0 comments on commit 648a7e8

Please sign in to comment.