Skip to content

Commit c203673

Browse files
authored
Merge pull request #78 from orien/reduce-gem-contents
Remove development and test files from the gem package
2 parents 351c016 + cb386ba commit c203673

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rails-controller-testing.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ Gem::Specification.new do |s|
1212
s.summary = "Extracting `assigns` and `assert_template` from ActionDispatch."
1313
s.license = "MIT"
1414

15-
s.files = Dir["{lib}/**/*", "LICENSE", "Rakefile", "README.md"]
16-
s.test_files = Dir["test/**/*"]
15+
s.files = Dir["{lib}/**/*", "LICENSE", "README.md"]
1716
s.require_path = ['lib']
1817

1918
s.required_ruby_version = '>= 2.2.2'

0 commit comments

Comments
 (0)