Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1bde280

Browse files
committedNov 3, 2013
Start running specs using rspec
1 parent 39134f4 commit 1bde280

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed
 

‎.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,3 @@ language: ruby
33
rvm:
44
- 1.8.7
55
- 1.9.3
6-
7-
branches:
8-
except:
9-
- rspec

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ gemspec
44
gem 'rake'
55
gem 'opal', :github => 'opal/opal'
66
gem 'opal-sprockets', :github => 'opal/opal-sprockets'
7-
gem 'opal-rspec', :path => '../opal-rspec'
7+
gem 'opal-rspec', '0.0.1.beta2'

0 commit comments

Comments
 (0)
Please sign in to comment.