Skip to content

Commit b5b120b

Browse files
committedNov 1, 2014
Use latest opal
1 parent 0bdd3eb commit b5b120b

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ source 'https://rubygems.org'
22
gemspec
33

44
gem 'opal', :github => 'opal/opal'
5-
gem 'opal-rspec', '0.3.0.beta2'
5+
gem 'opal-rspec', :github => 'opal/opal-rspec'

‎spec/haml_spec.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require 'spec_helper'
12
require File.expand_path('../simple', __FILE__)
23
require File.expand_path('../advanced', __FILE__)
34
require File.expand_path('../html_content', __FILE__)

‎spec/output_buffer_spec.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require 'spec_helper'
12
require 'template'
23

34
describe Template::OutputBuffer do

‎spec/spec_helper.rb

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
require 'opal'
2+
require 'opal-haml'

0 commit comments

Comments
 (0)
Please sign in to comment.