Skip to content

Commit 578e361

Browse files
author
Bastian Bartmann
committed
got rspec to work
1 parent a01fcd9 commit 578e361

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ require 'rspec/core/rake_task'
33

44
RSpec::Core::RakeTask.new(:spec)
55

6-
task default: :spec
6+
task default: :spec
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
require 'spec_helper'
2+
3+
describe Podlove::Web::Player::Rails::ViewHelpers do
4+
5+
end

spec/spec_helper.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
gem 'railties', '>= 3.0.0'
2+
require 'action_controller/railtie'
3+
require 'rails/test_unit/railtie'
4+
5+
require 'podlove-web-player-rails'
16
require 'coveralls'
27
Coveralls.wear!
3-
require 'podlove-web-player-rails'

0 commit comments

Comments
 (0)