Skip to content

Commit

Permalink
Remove another temp fix now fixes pushed upstream to opal
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Oct 11, 2013
1 parent c4848be commit 4f7da17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion app/app.rb
Expand Up @@ -3,7 +3,6 @@

describe "Adam" do
before do
puts "a"
@bar = 200
end

Expand Down
7 changes: 0 additions & 7 deletions opal/opal-rspec/fixes.rb
Expand Up @@ -22,13 +22,6 @@ def underscore(camel_cased_word)
end
end

# methods donated to basicobject (using module_exec) do not get
# carried over to bridged classes (string, array, etc)
module Kernel
alias should should
alias should_not should_not
end

# Module#include should also include constants (as should class subclassing)
RSpec::Core::ExampleGroup::AllHookMemoizedHash = RSpec::Core::MemoizedHelpers::AllHookMemoizedHash

Expand Down

0 comments on commit 4f7da17

Please sign in to comment.