Skip to content

Commit 5b54b2d

Browse files
committed
merge CodeMonkeySteve
2 parents eaed956 + 91fee92 commit 5b54b2d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

lib/rspec-cells.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
require 'rspec/rails'
2-
require 'cell/test_case'
3-
require 'rspec/rails/example/cell_example_group'
4-
51
module RSpec
62
module Cells
73
class Railtie < ::Rails::Railtie
84
rake_tasks do
95
load "rspec/cells/tasks.rake"
106
end
7+
8+
initializer 'cells.rspec' do |app|
9+
require 'rspec/cells'
10+
end
1111
end
1212
end
1313
end

lib/rspec/cells.rb

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
require 'rspec/rails'
2+
require 'cell/test_case'
3+
require 'rspec/rails/example/cell_example_group'

0 commit comments

Comments
 (0)