tasks/spec.rake in alexandria-book-collection-manager-0.7.0 vs tasks/spec.rake in alexandria-book-collection-manager-0.7.1
- old
+ new
@@ -24,8 +24,8 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#++
require 'rspec/core/rake_task'
-RSpec::Core::RakeTask.new(:spec)
-
-task default: :spec
+RSpec::Core::RakeTask.new(:spec) do |t|
+ t.ruby_opts = ['-rbundler/setup -rsimplecov -Ilib -w']
+end