Skip to content

Commit

Permalink
Start running specs using rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Nov 3, 2013
1 parent 39134f4 commit 1bde280
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -3,7 +3,3 @@ language: ruby
rvm:
- 1.8.7
- 1.9.3

branches:
except:
- rspec
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -4,4 +4,4 @@ gemspec
gem 'rake'
gem 'opal', :github => 'opal/opal'
gem 'opal-sprockets', :github => 'opal/opal-sprockets'
gem 'opal-rspec', :path => '../opal-rspec'
gem 'opal-rspec', '0.0.1.beta2'

0 comments on commit 1bde280

Please sign in to comment.